]> git.sesse.net Git - vlc/commitdiff
The next major release of VLC after 1.1.0 will be 1.2.0
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 00:14:20 +0000 (02:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 00:14:20 +0000 (02:14 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index af61a20823df5c36b16f82c21f40eebb62d5d667..fe460481438c77383a4419f80b17a47133ab2ec1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.1.0 and 1.2.0-git:
+------------------------------------
+
 Changes between 1.0.5 and 1.1.0-pre1:
 ------------------------------------
 Important changes for users:
index 27a05b8908036e4700251361333dec580cc443d3..e51943c3eb409a6ac579b85d874dcc8eaf0d28b0 100644 (file)
@@ -2,16 +2,16 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
 
-AC_INIT(vlc, 1.1.0-pre1)
+AC_INIT(vlc, 1.2.0-git)
 VERSION_MAJOR="1"
-VERSION_MINOR="1"
+VERSION_MINOR="2"
 VERSION_REVISION="0"
-VERSION_EXTRA="-pre1"
+VERSION_EXTRA="-git"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
-CODENAME="The Luggage"
+CODENAME="Twoflower"
 COPYRIGHT_YEARS="1996-2010"
 
 AC_PREREQ(2.59c)