[vlc-commits] commit: NEWS & configure: -rc3 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Jun 11 01:25:54 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 11 01:25:29 2010 +0200| [e931a7f7c313cbfceee59566ec7ce533b8eb5670] | committer: Jean-Baptiste Kempf
NEWS & configure: -rc3
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e931a7f7c313cbfceee59566ec7ce533b8eb5670
---
NEWS | 2 +-
configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9272bec..1468bd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.5 and 1.1.0-rc2:
+Changes between 1.0.5 and 1.1.0-rc3:
------------------------------------
Important changes for users:
* On Linux, known bugs in the ALSA library might prevent audio output.
diff --git a/configure.ac b/configure.ac
index a8b78ff..48e055f 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-rc2)
+AC_INIT(vlc, 1.1.0-rc3)
VERSION_MAJOR="1"
VERSION_MINOR="1"
VERSION_REVISION="0"
-VERSION_EXTRA="-rc2"
+VERSION_EXTRA="-rc3"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-commits
mailing list