[vlc-devel] commit: On the road again to 1.0.6 (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jan 31 14:31:32 CET 2010


vlc/vlc-1.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 31 14:31:10 2010 +0100| [e97dba5ecd702ffb3cb411ed7b2d8ddccc4981c1] | committer: Jean-Baptiste Kempf 

On the road again to 1.0.6

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.0.git/?a=commit;h=e97dba5ecd702ffb3cb411ed7b2d8ddccc4981c1
---

 NEWS         |    4 ++++
 configure.ac |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 1fe2bbc..94df707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.0.4 and 1.0.6-git:
+--------------------------------
+
+
 Changes between 1.0.4 and 1.0.5:
 --------------------------------
 
diff --git a/configure.ac b/configure.ac
index 8dcd313..0cfbae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
 
-AC_INIT(vlc, 1.0.5)
+AC_INIT(vlc, 1.0.6-git)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
-VERSION_REVISION="5"
-VERSION_EXTRA=""
+VERSION_REVISION="6"
+VERSION_EXTRA="-git"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list