vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Apr 8 14:17:09 2020 +0200| [d4c1aefe4d0146275beeaea33867ffd5d12b40e3] | committer: Hugo Beauzée-Luyssen
configure.ac: Bump version to 3.0.9.2 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d4c1aefe4d0146275beeaea33867ffd5d12b40e3 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c60fd78e11..e45b21e66e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2020 VLC authors and VideoLAN]) -AC_INIT(vlc, 3.0.9) +AC_INIT(vlc, 3.0.9.2) VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_REVISION=9 -VERSION_EXTRA=0 +VERSION_EXTRA=2 VERSION_DEV= PKGDIR="vlc" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
