[vlc-commits] On the road to 2.0.9
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Aug 15 15:50:41 CEST 2013
    
    
  
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 15 15:50:33 2013 +0200| [5f5cca0898dd274edc144958776d566dc7fbe130] | committer: Jean-Baptiste Kempf
On the road to 2.0.9
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5f5cca0898dd274edc144958776d566dc7fbe130
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9301100..3722614 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.0.7 and 2.0.9:
+--------------------------------
+
+
 Changes between 2.0.7 and 2.0.8:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index d30742f..316ab57 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.8)
+AC_INIT(vlc, 2.0.9)
 VERSION_MAJOR=2
 VERSION_MINOR=0
-VERSION_REVISION=8
+VERSION_REVISION=9
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list