[vlc-devel] [PATCH 2/2] On the road to 2.2.5 and copyright update
Daniel Amm
da2424 at t-online.de
Mon Jan 2 20:05:31 CET 2017
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 41a6a39..62ccacd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
dnl Autoconf settings for npapi-vlc
-AC_COPYRIGHT([Copyright 2002-2015 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2017 VLC authors and VideoLAN])
-AC_INIT(npapi-vlc, 2.2.4)
+AC_INIT(npapi-vlc, 2.2.5)
VERSION_MAJOR="2"
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="2"
AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="4"
+VERSION_REVISION="5"
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-2015"
+COPYRIGHT_YEARS="2002-2017"
AC_SUBST(COPYRIGHT_YEARS)
COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
AC_SUBST(COPYRIGHT_MESSAGE)
--
2.10.2.windows.1
More information about the vlc-devel
mailing list