[vlc-commits] On the road to 2.1.2
Jean-Baptiste Kempf
git at videolan.org
Tue Nov 12 01:19:56 CET 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 12 01:19:44 2013 +0100| [aa5d0d556fc8f0e77cd21e057159e757fcd1fe42] | committer: Jean-Baptiste Kempf
On the road to 2.1.2
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=aa5d0d556fc8f0e77cd21e057159e757fcd1fe42
---
NEWS | 4 ++++
configure.ac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index c542e27..c9f8630 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.1.1 and 2.1.2:
+--------------------------------
+
+
Changes between 2.1.0 and 2.1.1:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 58821eb..02fb8aa 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.1.1)
+AC_INIT(vlc, 2.1.2)
VERSION_MAJOR=2
VERSION_MINOR=1
-VERSION_REVISION=1
+VERSION_REVISION=2
VERSION_EXTRA=0
VERSION_DEV=
More information about the vlc-commits
mailing list