Skip to content
Snippets Groups Projects
Commit 47df5bda authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update NEWS and configure for 3.0.0

parent d7c8dab2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment