[vlc-commits] configure: happy new year
    Rémi Denis-Courmont 
    git at videolan.org
       
    Wed Jan  1 13:10:34 CET 2020
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan  1 14:10:20 2020 +0200| [bab14fed971d56417cd5faa6a00e36933bbf23fc] | committer: Rémi Denis-Courmont
configure: happy new year
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bab14fed971d56417cd5faa6a00e36933bbf23fc
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index ffd58e8503..78f5db1b15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_COPYRIGHT([Copyright 1999-2019 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2020 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-2019"
+COPYRIGHT_YEARS="1996-2020"
 
 AC_CONFIG_SRCDIR([src/libvlc.c])
 AC_CONFIG_AUX_DIR([autotools])
    
    
More information about the vlc-commits
mailing list