[vlc-commits] On the road to 1.1.8
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 3 16:48:22 CET 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 3 16:48:06 2011 +0100| [4c16d9e4bc490e62380e057ff891de2373f8684f] | committer: Jean-Baptiste Kempf
On the road to 1.1.8
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=4c16d9e4bc490e62380e057ff891de2373f8684f
---
NEWS | 4 ++++
configure.ac | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 1d51684..86765f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.1.7 and 1.1.8-git:
+--------------------------------
+
+
Changes between 1.1.6 and 1.1.7:
--------------------------------
diff --git a/configure.ac b/configure.ac
index ec51449..6d43f2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team])
-AC_INIT(vlc, 1.1.7)
+AC_INIT(vlc, 1.1.8)
VERSION_MAJOR="1"
VERSION_MINOR="1"
-VERSION_REVISION="7"
-VERSION_EXTRA=""
+VERSION_REVISION="8"
+VERSION_EXTRA="-git"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-commits
mailing list