[vlc-commits] commit: On the road to pre2 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Tue Apr 13 13:39:19 CEST 2010


vlc | branch: 1.1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 13 13:38:17 2010 +0200| [b8150c3a57c529fbf8205d44112dfd0e8b527162] | committer: Jean-Baptiste Kempf 

On the road to pre2

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

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

diff --git a/NEWS b/NEWS
index af61a20..7ed13e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.5 and 1.1.0-pre1:
+Changes between 1.0.5 and 1.1.0-pre2:
 ------------------------------------
 Important changes for users:
 
diff --git a/configure.ac b/configure.ac
index 27a05b8..a237b0e 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.1.0-pre1)
+AC_INIT(vlc, 1.1.0-pre2)
 VERSION_MAJOR="1"
 VERSION_MINOR="1"
 VERSION_REVISION="0"
-VERSION_EXTRA="-pre1"
+VERSION_EXTRA="-pre2"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 



More information about the vlc-commits mailing list