[vlc-commits] Welcome to 2018!
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Jan  1 19:26:33 CET 2018
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <cone at example.com> | Mon Jan  1 19:26:11 2018 +0100| [c66e2fd8617b1d2a3edd9e7fadc70a2ca2512de0] | committer: Jean-Baptiste Kempf
Welcome to 2018!
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c66e2fd8617b1d2a3edd9e7fadc70a2ca2512de0
---
 configure.ac    | 4 ++--
 doc/Makefile.am | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index e569fe8184..fa2462811d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2018 VLC authors and VideoLAN])
 
 AC_INIT(vlc, 4.0.0-dev)
 VERSION_MAJOR=4
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Otto Chriek"
-COPYRIGHT_YEARS="1996-2017"
+COPYRIGHT_YEARS="1996-2018"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 90abd76193..2d29980361 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,6 +38,7 @@ CHANGELOGS = \
 	ChangeLog-2015 \
 	ChangeLog-2016 \
 	ChangeLog-2017 \
+	ChangeLog-2018 \
 	$(NULL)
 
 man1_MANS = \
    
    
More information about the vlc-commits
mailing list