vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jan 18 09:41:40 2018 +0100| [591f6282ff75b16f2aeafeaf3675613bb8066677] | committer: Jean-Baptiste Kempf
On the road to RC7 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=591f6282ff75b16f2aeafeaf3675613bb8066677 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fae06dc04a..c2051bb798 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.2.8 and 3.0.0-rc6: +Changes between 2.2.8 and 3.0.0-rc7: -------------------------------- Platform support changes: diff --git a/configure.ac b/configure.ac index d136fffa22..34eee025c9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2018 VLC authors and VideoLAN]) -AC_INIT(vlc, 3.0.0-rc6) +AC_INIT(vlc, 3.0.0-rc7) VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=rc6 +VERSION_DEV=rc7 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
