]> git.sesse.net Git - vlc/commitdiff
Bump numbering for upcoming RC2
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 May 2009 23:26:21 +0000 (01:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 May 2009 23:52:11 +0000 (01:52 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9aac2686b0c54a8a02672283ebc76f9f07c70e49..06ff7e1ae3cffb81dd4ccf2aa650c18a39d2561d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.9.9a and 1.0.0-rc1:
+Changes between 0.9.9a and 1.0.0-rc2:
 ------------------------------------
 
 Important notes:
index 0fba50e82a485d52c1027281e282d368fdaf4a9c..434da55102d8ee0f3490b3b705eabae61eadd68c 100644 (file)
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
 
-AC_INIT(vlc, 1.0.0-rc1)
+AC_INIT(vlc, 1.0.0-rc2)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="0"
-VERSION_EXTRA="-rc1"
+VERSION_EXTRA="-rc2"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)