vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Apr 21 11:57:16 2020 +0200| [ae4a0c353ed6e6493fdb0980646492935920ca5e] | committer: Hugo Beauzée-Luyssen
On the road to 3.0.10 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ae4a0c353ed6e6493fdb0980646492935920ca5e --- NEWS | 6 ++++++ configure.ac | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6f680c3c77..bb60885c61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes between 3.0.9.2 and 3.0.10: +---------------------------------- + +Misc: + * Update Twitch & VLSub scripts + Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- diff --git a/configure.ac b/configure.ac index 1836f41b7f..a9f87dcbb5 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.2) +AC_INIT(vlc, 3.0.10) VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_REVISION=9 -VERSION_EXTRA=2 +VERSION_REVISION=10 +VERSION_EXTRA=0 VERSION_DEV= PKGDIR="vlc" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
