[vlc-devel] commit: Towards an RC4 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jun 17 12:06:54 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 17 12:06:38 2009 +0200| [10346baa81d15986166ef58deb7a76d8cfb95377] | committer: Jean-Baptiste Kempf
Towards an RC4
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10346baa81d15986166ef58deb7a76d8cfb95377
---
NEWS | 4 ++--
configure.ac | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index af2b7f2..e071a78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes between 0.9.9a and 1.0.0-rc3:
-------------------------------------
+Changes between 0.9.9a and 1.0.0-rc4:
+-------------------------------------
Important notes:
----------------
diff --git a/configure.ac b/configure.ac
index 339c8d6..1cf2481 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
-AC_INIT(vlc, 1.0.0-rc3)
+AC_INIT(vlc, 1.0.0-rc4)
VERSION_MAJOR="1"
VERSION_MINOR="0"
VERSION_REVISION="0"
-VERSION_EXTRA="-rc3"
+VERSION_EXTRA="-rc4"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-devel
mailing list