vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Dec 11 22:22:54 2017 +0100| [fcd9a89c173594e8fe465c032f05598e4b8d0c68] | committer: Jean-Baptiste Kempf
On the road to rc2 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=fcd9a89c173594e8fe465c032f05598e4b8d0c68 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f8a1e43d71..a578d11d31 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.2.8 and 3.0.0-rc1: +Changes between 2.2.8 and 3.0.0-rc2: -------------------------------- Platform support changes: diff --git a/configure.ac b/configure.ac index 5697b1598a..90b666b2e4 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-rc1) +AC_INIT(vlc, 3.0.0-rc2) VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=rc1 +VERSION_DEV=rc2 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
