]> git.sesse.net Git - vlc/commitdiff
Moving to 1.2.0-pre1 1.2.0-pre1
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Nov 2011 01:30:52 +0000 (02:30 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Nov 2011 01:30:52 +0000 (02:30 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7beaa872bd35275d49952f043a502fbcc5338321..20683be357d3be6718267bde2d60731debd234d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.1.x and 1.2.0-git:
+Changes between 1.1.x and 1.2.0-pre1:
 ------------------------------------
 
 Important notes:
index 9db6f6abba9cfe86b3531b0dd649e006930835a6..b688d8f80646619e1d2cc23143f3a9fbebc81870 100644 (file)
@@ -2,12 +2,12 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team])
 
-AC_INIT(vlc, 1.2.0-git)
+AC_INIT(vlc, 1.2.0-pre1)
 VERSION_MAJOR=1
 VERSION_MINOR=2
 VERSION_REVISION=0
 VERSION_EXTRA=0
-VERSION_DEV=git
+VERSION_DEV=pre1
 
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)