[vlc-commits] On the road to 3.0.9
Hugo Beauzée-Luyssen
git at videolan.org
Thu Aug 22 10:08:49 CEST 2019
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Aug 22 09:48:46 2019 +0200| [2d2fb36ede201f9da38b30b890e6720c59fdcd35] | committer: Hugo Beauzée-Luyssen
On the road to 3.0.9
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2d2fb36ede201f9da38b30b890e6720c59fdcd35
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 86af7d0831..304db5fabf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2019 VLC authors and VideoLAN])
-AC_INIT(vlc, 3.0.8)
+AC_INIT(vlc, 3.0.9)
VERSION_MAJOR=3
VERSION_MINOR=0
-VERSION_REVISION=8
+VERSION_REVISION=9
VERSION_EXTRA=0
VERSION_DEV=
More information about the vlc-commits
mailing list