vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 9 12:38:35 2018 +0100| [d54c3ea4d329917e2731b29e6d2a184225c5fa8a] | committer: Jean-Baptiste Kempf
On the road to RC6 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d54c3ea4d329917e2731b29e6d2a184225c5fa8a --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ed2e48f6cd..fae06dc04a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.2.8 and 3.0.0-rc5: +Changes between 2.2.8 and 3.0.0-rc6: -------------------------------- Platform support changes: diff --git a/configure.ac b/configure.ac index 5f32963f6f..d136fffa22 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-rc5) +AC_INIT(vlc, 3.0.0-rc6) VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=rc5 +VERSION_DEV=rc6 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
