[vlc-commits] Bump version so Firefox no longer complains that this is would be an evil outdated release
Felix Paul Kühne
git at videolan.org
Mon Jan 27 15:45:53 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 27 15:45:49 2014 +0100| [450793aa210fb6af518e356c687c12eec15ddee7] | committer: Felix Paul Kühne
Bump version so Firefox no longer complains that this is would be an evil outdated release
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=450793aa210fb6af518e356c687c12eec15ddee7
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6613cf9..b4b4ae2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
-AC_INIT(npapi-vlc, 2.1.0)
+AC_INIT(npapi-vlc, 2.1.3)
VERSION_MAJOR="2"
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="1"
AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="0"
+VERSION_REVISION="3"
AC_SUBST(VERSION_REVISION)
VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
More information about the vlc-commits
mailing list