[vlc-commits] We are not 2.0.0-rc anymore
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 22 23:47:29 CET 2012
npapi-vlc | branch: refs/tags/2.0.0 | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 22 19:07:37 2012 +0100| [acb639e9041e37ed4f054895969a694bdb17adb5] | committer: Jean-Baptiste Kempf
We are not 2.0.0-rc anymore
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=acb639e9041e37ed4f054895969a694bdb17adb5
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 17e7f64..b39e78e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,14 +2,14 @@ dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN])
-AC_INIT(npapi-vlc, 2.0.0-rc)
+AC_INIT(npapi-vlc, 2.0.0)
VERSION_MAJOR="2"
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="0"
AC_SUBST(VERSION_MINOR)
VERSION_REVISION="0"
AC_SUBST(VERSION_REVISION)
-VERSION_EXTRA="-rc"
+VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
dnl Win32 need s a numerical version_extra.
case $( echo ${VERSION_EXTRA}|wc -m ) in
More information about the vlc-commits
mailing list