[vlc-commits] On the road to 2.2.1
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Feb 27 16:16:56 CET 2015
    
    
  
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 27 16:16:48 2015 +0100| [3e51cde9c6b8a1857e2136791088f48aebd13e3e] | committer: Jean-Baptiste Kempf
On the road to 2.2.1
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3e51cde9c6b8a1857e2136791088f48aebd13e3e
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5e0cb4a..4e7079e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.2.0 and 2.2.1:
+--------------------------------
+
+
 Changes between 2.1.6 and 2.2.0:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index bff2de0..9cedac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2015 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 2.2.0)
+AC_INIT(vlc, 2.2.1)
 VERSION_MAJOR=2
 VERSION_MINOR=2
-VERSION_REVISION=0
+VERSION_REVISION=1
 VERSION_EXTRA=0
 VERSION_DEV=
 
    
    
More information about the vlc-commits
mailing list