npapi-vlc | branch: master | Felix Paul Kühne <[email protected]> | Mon Jan 27 15:44:29 2014 +0100| [bdb01eb2c6ce47cd7225edecdbccf981d1572a9b] | committer: Felix Paul Kühne
happy new year > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=bdb01eb2c6ce47cd7225edecdbccf981d1572a9b --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4e6795b..6613cf9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf settings for npapi-vlc -AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) +AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN]) AC_INIT(npapi-vlc, 2.1.0) VERSION_MAJOR="2" @@ -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-2013" +COPYRIGHT_YEARS="2002-2014" AC_SUBST(COPYRIGHT_YEARS) COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN" AC_SUBST(COPYRIGHT_MESSAGE) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
