[vlc-commits] On the road to 2.1.5
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Feb 22 14:34:27 CET 2014
    
    
  
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 22 14:34:15 2014 +0100| [c6614d18b3b83ac2ec368e43f57e9905ba2e229d] | committer: Jean-Baptiste Kempf
On the road to 2.1.5
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=c6614d18b3b83ac2ec368e43f57e9905ba2e229d
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ba8d2ee..3d43595 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.1.4 and 2.1.5:
+--------------------------------
+
+
 Changes between 2.1.3 and 2.1.4:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index 7f2f8e3..858dbfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 2.1.4)
+AC_INIT(vlc, 2.1.5)
 VERSION_MAJOR=2
 VERSION_MINOR=1
-VERSION_REVISION=4
+VERSION_REVISION=5
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list