vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Dec 25 11:31:44 2017 +0100| [4536dce898eb6c25df3b41d21d8a7624da8585da] | committer: Jean-Baptiste Kempf
WeatherWax RC3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4536dce898eb6c25df3b41d21d8a7624da8585da --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a909b3dcb7..f8a4a7b7a4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.2.8 and 3.0.0-rc2: +Changes between 2.2.8 and 3.0.0-rc3: -------------------------------- Platform support changes: diff --git a/configure.ac b/configure.ac index 8e4f52cadf..11e846076f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN]) -AC_INIT(vlc, 3.0.0-rc2) +AC_INIT(vlc, 3.0.0-rc3) VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=rc2 +VERSION_DEV=rc3 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
