[vlc-commits] commit: Configure.ac and NEWS are now 1.1.0 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Jun 20 22:17:30 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 20 22:17:21 2010 +0200| [c3012fc3c3e64d1ea96b84ee00056f759c079660] | committer: Jean-Baptiste Kempf 

Configure.ac and NEWS are now 1.1.0

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c3012fc3c3e64d1ea96b84ee00056f759c079660
---

 NEWS         |    4 ++--
 configure.ac |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 4756040..2326d39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes between 1.0.5 and 1.1.0-rc4:
-------------------------------------
+Changes between 1.0.5 and 1.1.0:
+--------------------------------
 Important changes for users:
  * On Linux, known bugs in the ALSA library might prevent audio output.
    Update to alsa-lib v1.0.23-2-g8d80d5f or later, or use the libpulse audio
diff --git a/configure.ac b/configure.ac
index 7194004..8ea6bff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
 
-AC_INIT(vlc, 1.1.0-rc4)
+AC_INIT(vlc, 1.1.0)
 VERSION_MAJOR="1"
 VERSION_MINOR="1"
 VERSION_REVISION="0"
-VERSION_EXTRA="-rc4"
+VERSION_EXTRA=""
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 



More information about the vlc-commits mailing list