[vlc-commits] [Git][videolan/npapi-vlc][master] Update NEWS and configure for 3.0.0

Jean-Baptiste Kempf gitlab at videolan.org
Sun Mar 18 22:44:36 CET 2018


Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Browser Plugins


Commits:
47df5bda by Jean-Baptiste Kempf at 2018-03-18T22:44:24+01:00
Update NEWS and configure for 3.0.0

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Core:
 
 ActiveX:
  * Support video scaling set|get
+ * Add method to parse items
+ * Add method to stop asynchronously
 
 
 Changes between VLC plugins 2.2.5 and 2.2.6:


=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
 dnl Autoconf settings for npapi-vlc
 
-AC_COPYRIGHT([Copyright 2002-2017 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2018 VLC authors and VideoLAN])
 
-AC_INIT(npapi-vlc, 2.2.7)
-VERSION_MAJOR="2"
+AC_INIT(npapi-vlc, 3.0.0)
+VERSION_MAJOR="3"
 AC_SUBST(VERSION_MAJOR)
-VERSION_MINOR="2"
+VERSION_MINOR="3"
 AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="7"
+VERSION_REVISION="0"
 AC_SUBST(VERSION_REVISION)
 VERSION_EXTRA=""
 AC_SUBST(VERSION_EXTRA)
@@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in
        *) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi
 esac
 AC_SUBST(VERSION_EXTRA_RC)
-COPYRIGHT_YEARS="2002-2017"
+COPYRIGHT_YEARS="2002-2018"
 AC_SUBST(COPYRIGHT_YEARS)
 COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
 AC_SUBST(COPYRIGHT_MESSAGE)



View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/47df5bdab608ec27a95b0f610aa42acf071c52c8

---
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/47df5bdab608ec27a95b0f610aa42acf071c52c8
You're receiving this email because of your account on code.videolan.org.


More information about the vlc-commits mailing list