]> git.sesse.net Git - vlc/commitdiff
Start of 1.1.0-git.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 May 2009 23:51:17 +0000 (01:51 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 May 2009 23:51:17 +0000 (01:51 +0200)
Codename is not changed yet (Zukovsky? Stop Goldeneye?)

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 52671ec67dff8efcfbffe2a707a44bd8558e2a37..b8717524c3811891e02e47141e44d2988e9f2d78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.0.0-rc1 and 1.1.0:
+------------------------------------
+
+
 Changes between 0.9.9a and 1.0.0-rc1:
 ------------------------------------
 
index 51a42d9d8ea84755050a306a0394f14f276d84f5..43218e1251ef8e2bbd14e2cdd8e64c58f8c1120c 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.1.0-git)
 VERSION_MAJOR="1"
-VERSION_MINOR="0"
+VERSION_MINOR="1"
 VERSION_REVISION="0"
-VERSION_EXTRA="-rc1"
+VERSION_EXTRA="-git"
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)