]> git.sesse.net Git - vlc/commitdiff
On the road to 2.1.0-pre1
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 25 Apr 2013 12:53:18 +0000 (14:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 25 Apr 2013 12:53:51 +0000 (14:53 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bde6ba415092d698c92aa4404644a6d8fdbdb7cd..6a0142a55336b7e3cf6bb9b15d571db5f91d6349 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 2.0.x and 2.1.0-git:
+Changes between 2.0.x and 2.1.0-pre1:
 --------------------------------
 
 Important changes:
index af9c44777ed44d5a782575dc5f4895084a516d52..9d3fb687301307824abed9c0f70e1052cf1a78ad 100644 (file)
@@ -2,12 +2,12 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 2.1.0-git)
+AC_INIT(vlc, 2.1.0-pre1)
 VERSION_MAJOR=2
 VERSION_MINOR=1
 VERSION_REVISION=0
 VERSION_EXTRA=0
-VERSION_DEV=git
+VERSION_DEV=pre1
 
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)