From: Jean-Baptiste Kempf Date: Sat, 24 Jan 2015 08:54:31 +0000 (+0100) Subject: 2015 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d8976582c45911a2ca4125854cd85780721184e9;p=vlc 2015 Still alive! --- diff --git a/Makefile.am b/Makefile.am index 9c028819f7..b66c21b674 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = \ ChangeLog: Makefile.am rm -f -- "$@" cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs - $(LN_S) -f doc/ChangeLog-2014 "$@" + $(LN_S) -f doc/ChangeLog-2015 "$@" ############################################################################### # Mac OS X project diff --git a/configure.ac b/configure.ac index 516e9c7e1a..d748f428be 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf settings for vlc -AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN]) +AC_COPYRIGHT([Copyright 1999-2015 VLC authors and VideoLAN]) AC_INIT(vlc, 3.0.0-git) VERSION_MAJOR=3 @@ -14,7 +14,7 @@ AC_SUBST(PKGDIR) CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" CODENAME="Vetinari" -COPYRIGHT_YEARS="1996-2014" +COPYRIGHT_YEARS="1996-2015" AC_CONFIG_SRCDIR(src/libvlc.c) AC_CONFIG_AUX_DIR(autotools) diff --git a/doc/Makefile.am b/doc/Makefile.am index abfbe6bb4a..7e48d27cb9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -36,6 +36,7 @@ CHANGELOGS = \ ChangeLog-2012 \ ChangeLog-2013 \ ChangeLog-2014 \ + ChangeLog-2015 \ $(NULL) man1_MANS = \ @@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am fi # This one needs to be rebuilt all the time :) -.PHONY: ChangeLog-2014 changelogs doc +.PHONY: ChangeLog-2015 changelogs doc changelogs: $(CHANGELOGS)