[vlc-commits] On the road to 3.0.15
Hugo Beauzée-Luyssen
git at videolan.org
Thu May 20 12:56:37 UTC 2021
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed May 19 09:58:33 2021 +0200| [e786f493f0609db7d737186d6b167c30375c0265] | committer: Hugo Beauzée-Luyssen
On the road to 3.0.15
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e786f493f0609db7d737186d6b167c30375c0265
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index cc2037594b..eb04e254c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2021 VLC authors and VideoLAN])
-AC_INIT(vlc, 3.0.14)
+AC_INIT(vlc, 3.0.15)
VERSION_MAJOR=3
VERSION_MINOR=0
-VERSION_REVISION=14
+VERSION_REVISION=15
VERSION_EXTRA=0
VERSION_DEV=
More information about the vlc-commits
mailing list