[vlc-commits] Next version is 3.0.7
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Mon Jan 14 11:35:03 CET 2019
    
    
  
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jan 14 09:58:39 2019 +0100| [d00e983ac563d97ed9a324192c7762d9c7899431] | committer: Hugo Beauzée-Luyssen
Next version is 3.0.7
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d00e983ac563d97ed9a324192c7762d9c7899431
---
 NEWS         | 3 +++
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 996898f4b1..0611d2a47b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 3.0.6 and 3.0.7:
+--------------------------------
+
 Changes between 3.0.5 and 3.0.6:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index fbc92f952d..3d00ca4858 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2018 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.6)
+AC_INIT(vlc, 3.0.7)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=6
+VERSION_REVISION=7
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list