vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed 
Jan  1 11:31:17 2014 +0100| [c9c0b64862475253b863ee63381fd245287f38ce] | 
committer: Jean-Baptiste Kempf

Happy New Year 2014!

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=c9c0b64862475253b863ee63381fd245287f38ce
---

 Makefile.am     |    2 +-
 configure.ac    |    4 ++--
 doc/Makefile.am |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 15b4609..41e1061 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ AUTOMAKE_OPTIONS = \
 ChangeLog: Makefile.am
        rm -f -- "$@"
        cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
-       $(LN_S) -f doc/ChangeLog-2013 "$@"
+       $(LN_S) -f doc/ChangeLog-2014 "$@"
 
 ###############################################################################
 # Mac OS X project
diff --git a/configure.ac b/configure.ac
index 92e6916..35a3adc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
 
 AC_INIT(vlc, 2.1.3)
 VERSION_MAJOR=2
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Rincewind"
-COPYRIGHT_YEARS="1996-2013"
+COPYRIGHT_YEARS="1996-2014"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44115b2..3397728 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -36,6 +36,7 @@ CHANGELOGS = \
        ChangeLog-2011 \
        ChangeLog-2012 \
        ChangeLog-2013 \
+       ChangeLog-2014 \
        $(NULL)
 
 man1_MANS = \
@@ -83,7 +84,7 @@ $(CHANGELOGS): Makefile.am
        fi
 
 # This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2013 changelogs doc
+.PHONY: ChangeLog-2014 changelogs doc
 
 changelogs: $(CHANGELOGS)
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to