[vlc-commits] Welcome to 2016

Jean-Baptiste Kempf git at videolan.org
Fri Jan 1 17:45:50 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan  1 17:45:43 2016 +0100| [a2aca1efedf8a619de284e3a2b4fec44451a7a0b] | committer: Jean-Baptiste Kempf

Welcome to 2016

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

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

diff --git a/configure.ac b/configure.ac
index c46120d..7286e27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 1999-2015 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2016 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-2015"
+COPYRIGHT_YEARS="1996-2016"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7e48d27..063466c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -37,6 +37,7 @@ CHANGELOGS = \
 	ChangeLog-2013 \
 	ChangeLog-2014 \
 	ChangeLog-2015 \
+	ChangeLog-2016 \
 	$(NULL)
 
 man1_MANS = \
@@ -83,7 +84,7 @@ $(CHANGELOGS): Makefile.am
 	fi
 
 # This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2015 changelogs doc
+.PHONY: ChangeLog-2016 changelogs doc
 
 changelogs: $(CHANGELOGS)
 



More information about the vlc-commits mailing list