[vlc-commits] On the road to 2.0.7
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Apr 11 13:41:38 CEST 2013
    
    
  
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 11 13:41:20 2013 +0200| [485d987191fd2f1b6475dcc515327bd0ad1ca473] | committer: Jean-Baptiste Kempf
On the road to 2.0.7
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=485d987191fd2f1b6475dcc515327bd0ad1ca473
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f924251..4766b97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.0.6 and 2.0.7:
+--------------------------------
+
+
 Changes between 2.0.5 and 2.0.6:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index a3dfd5c..fa8b7ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 2.0.6)
+AC_INIT(vlc, 2.0.7)
 VERSION_MAJOR=2
 VERSION_MINOR=0
-VERSION_REVISION=6
+VERSION_REVISION=7
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list