[vlc-commits] Welcome to 2016

Jean-Baptiste Kempf git at videolan.org
Mon Jan 18 21:57:48 CET 2016


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 18 21:57:42 2016 +0100| [4235ee1a7837e6e051da110a4e77cd00f7a758e7] | committer: Jean-Baptiste Kempf

Welcome to 2016

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

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

diff --git a/configure.ac b/configure.ac
index 6d88db5..ab34bdc 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, 2.2.2)
 VERSION_MAJOR=2
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Weatherwax"
-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 b8b6d6a..cc65315 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,6 +38,7 @@ CHANGELOGS = \
 	ChangeLog-2013 \
 	ChangeLog-2014 \
 	ChangeLog-2015 \
+	ChangeLog-2016 \
 	$(NULL)
 
 man1_MANS = \
@@ -85,7 +86,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