[vlc-commits] On the way to 2.1.0

Jean-Baptiste Kempf git at videolan.org
Mon Aug 19 12:49:26 CEST 2013


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 19 12:49:07 2013 +0200| [c8bb7716634e64f3f905063dde728f5998abac01] | committer: Jean-Baptiste Kempf

On the way to 2.1.0

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c8bb7716634e64f3f905063dde728f5998abac01
---

 NEWS         |   10 ++++++++++
 configure.ac |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 9da05d7..4a6048d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between VLC plugins 2.0.6 and 2.1.0:
+--------------------------------------------
+
+NPAPI core:
+ * libVLC 2.0.0 is now required
+
+Platforms:
+ * New MacOS windowed rendering path
+
+
 Changes between VLC 2.0.2 and 2.0.6:
 ------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 9fef9f7..d8b1036 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
 
 AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
 
-AC_INIT(npapi-vlc, 2.0.6)
+AC_INIT(npapi-vlc, 2.1.0)
 VERSION_MAJOR="2"
 AC_SUBST(VERSION_MAJOR)
-VERSION_MINOR="0"
+VERSION_MINOR="1"
 AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="6"
+VERSION_REVISION="0"
 AC_SUBST(VERSION_REVISION)
 VERSION_EXTRA=""
 AC_SUBST(VERSION_EXTRA)



More information about the vlc-commits mailing list