[vlc-commits] On the road to RC9
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 1 16:59:42 CET 2018
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 1 16:59:30 2018 +0100| [f7fc77840b6736159c3186281e97b1bc15ce2e99] | committer: Jean-Baptiste Kempf
On the road to RC9
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f7fc77840b6736159c3186281e97b1bc15ce2e99
---
NEWS | 2 +-
configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index d15c95c893..b3472791b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 2.2.8 and 3.0.0-rc8:
+Changes between 2.2.8 and 3.0.0-rc9:
--------------------------------
Platform support changes:
diff --git a/configure.ac b/configure.ac
index 1f4bc434f9..00dc4880a5 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-rc8)
+AC_INIT(vlc, 3.0.0-rc9)
VERSION_MAJOR=3
VERSION_MINOR=0
VERSION_REVISION=0
VERSION_EXTRA=0
-VERSION_DEV=rc8
+VERSION_DEV=rc9
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-commits
mailing list