npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Mar 28 13:40:44 2012 +0200| [e2e176ffc5a3f460e9457098f65fa70a115eb13d] | committer: Jean-Baptiste Kempf
It is 2012 already > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e2e176ffc5a3f460e9457098f65fa70a115eb13d --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b7781fb..d671e5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf settings for npapi-vlc -AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN]) +AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN]) AC_INIT(npapi-vlc, 2.0.2) 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-2011" +COPYRIGHT_YEARS="2002-2012" AC_SUBST(COPYRIGHT_YEARS) COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN" AC_SUBST(COPYRIGHT_MESSAGE) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
