[vlc-devel] commit: Next version of VLC will be 1.0.1 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Jul 7 02:04:05 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 7 02:03:47 2009 +0200| [f803e3393e6207dd3f6c4145a31a1b5de84e7be9] | committer: Jean-Baptiste Kempf
Next version of VLC will be 1.0.1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f803e3393e6207dd3f6c4145a31a1b5de84e7be9
---
NEWS | 3 +++
configure.ac | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 7777648..db356ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.0.0 and 1.0.1-pre:
+--------------------------------
+
Changes between 0.9.9a and 1.0.0:
---------------------------------
diff --git a/configure.ac b/configure.ac
index 8d9e615..55571de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
-AC_INIT(vlc, 1.0.0)
+AC_INIT(vlc, 1.0.1-pre)
VERSION_MAJOR="1"
VERSION_MINOR="0"
-VERSION_REVISION="0"
-VERSION_EXTRA=""
+VERSION_REVISION="1"
+VERSION_EXTRA="-pre"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-devel
mailing list