[vlc-commits] [Git][videolan/npapi-vlc][master] configure: bump plugin version
Felix Paul Kühne
gitlab at videolan.org
Thu Jul 12 13:46:22 CEST 2018
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Browser Plugins
Commits:
9f8299f4 by Felix Paul Kühne at 2018-07-12T13:46:17+02:00
configure: bump plugin version
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-2018 VLC authors and VideoLAN])
-AC_INIT(npapi-vlc, 3.0.0)
+AC_INIT(npapi-vlc, 3.0.3)
VERSION_MAJOR="3"
AC_SUBST(VERSION_MAJOR)
-VERSION_MINOR="3"
+VERSION_MINOR="0"
AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="0"
+VERSION_REVISION="3"
AC_SUBST(VERSION_REVISION)
VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/9f8299f4d6879172a6ade7a7c5872e899789e1ea
--
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/9f8299f4d6879172a6ade7a7c5872e899789e1ea
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list