[vlc-commits] Just in case, this is not 1.1.13-git anymore
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Mar 22 18:08:37 CET 2012
    
    
  
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 22 18:08:21 2012 +0100| [7db4d0cefc4775064dcaf6cb8295dea86ac2fa8b] | committer: Jean-Baptiste Kempf
Just in case, this is not 1.1.13-git anymore
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=7db4d0cefc4775064dcaf6cb8295dea86ac2fa8b
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index aea3a18..de18120 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.1.13 and 1.1.14-git:
+----------------------------------
+
+
 Changes between 1.1.12 and 1.1.13:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 6e92258..2abcfe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team])
 
-AC_INIT(vlc, 1.1.13)
+AC_INIT(vlc, 1.1.14)
 VERSION_MAJOR="1"
 VERSION_MINOR="1"
-VERSION_REVISION="13"
+VERSION_REVISION="14"
 VERSION_EXTRA="-git"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
    
    
More information about the vlc-commits
mailing list