[vlc-commits] On the road to 2.2.5 and copyright update
Daniel Amm
git at videolan.org
Mon Jan 2 20:13:05 CET 2017
npapi-vlc | branch: master | Daniel Amm <da2424 at t-online.de> | Mon Jan 2 20:05:31 2017 +0100| [343f6588bba05efecc402360f991e46cfad64dd0] | committer: Jean-Baptiste Kempf
On the road to 2.2.5 and copyright update
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> https://code.videolan.org/videolan/npapi-vlc/commit/343f6588bba05efecc402360f991e46cfad64dd0
---
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)
More information about the vlc-commits
mailing list