[vlc-commits] NPAPI: configure: bump year
    Sean McGovern 
    git at videolan.org
       
    Wed Feb  4 15:05:21 CET 2015
    
    
  
npapi-vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Wed Feb  4 00:35:34 2015 +0000| [11ed891099d487d79bb7812885c0a6081c53decb] | committer: Jean-Baptiste Kempf
NPAPI: configure: bump year
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=11ed891099d487d79bb7812885c0a6081c53decb
---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index cbf1821..31045e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for npapi-vlc
 
-AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2015 VLC authors and VideoLAN])
 
 AC_INIT(npapi-vlc, 2.2.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-2014"
+COPYRIGHT_YEARS="2002-2015"
 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