[vlc-commits] On the road to 2.2.1
Jean-Baptiste Kempf
git at videolan.org
Sun Mar 1 18:33:35 CET 2015
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 1 18:33:26 2015 +0100| [8d3d87890d892a85029cec442e0051e21100bb83] | committer: Jean-Baptiste Kempf
On the road to 2.2.1
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8d3d87890d892a85029cec442e0051e21100bb83
---
NEWS | 7 +++++++
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8578a65..019df90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between VLC plugins 2.2.0 and 2.2.1:
+--------------------------------------------
+
+ActiveX:
+ * Fix vlc.*.track indexes
+
+
Changes between VLC plugins 2.1.0 and 2.2.0:
--------------------------------------------
diff --git a/configure.ac b/configure.ac
index 31045e8..433d8ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-2015 VLC authors and VideoLAN])
-AC_INIT(npapi-vlc, 2.2.0)
+AC_INIT(npapi-vlc, 2.2.1)
VERSION_MAJOR="2"
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="2"
AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="0"
+VERSION_REVISION="1"
AC_SUBST(VERSION_REVISION)
VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
More information about the vlc-commits
mailing list