npapi-vlc | branch: master | Jean-Baptiste Kempf <j...@videolan.org> | Sun Mar 18 22:44:24 2018 +0100| [47df5bdab608ec27a95b0f610aa42acf071c52c8] | committer: Jean-Baptiste Kempf
Update NEWS and configure for 3.0.0 > https://code.videolan.org/videolan/npapi-vlc/commit/47df5bdab608ec27a95b0f610aa42acf071c52c8 --- NEWS | 2 ++ configure.ac | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index ff4e295..30967f8 100644 --- 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: diff --git a/configure.ac b/configure.ac index baa0ed7..ddebca1 100644 --- 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) _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits