[vlc-commits] 2015
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 24 10:04:39 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 09:54:31 2015 +0100| [d8976582c45911a2ca4125854cd85780721184e9] | committer: Jean-Baptiste Kempf
2015
Still alive!
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8976582c45911a2ca4125854cd85780721184e9
---
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 9c02881..b66c21b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am
rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
- $(LN_S) -f doc/ChangeLog-2014 "$@"
+ $(LN_S) -f doc/ChangeLog-2015 "$@"
###############################################################################
# Mac OS X project
diff --git a/configure.ac b/configure.ac
index 516e9c7..d748f42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
-AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2015 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-2014"
+COPYRIGHT_YEARS="1996-2015"
AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index abfbe6b..7e48d27 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -36,6 +36,7 @@ CHANGELOGS = \
ChangeLog-2012 \
ChangeLog-2013 \
ChangeLog-2014 \
+ ChangeLog-2015 \
$(NULL)
man1_MANS = \
@@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2014 changelogs doc
+.PHONY: ChangeLog-2015 changelogs doc
changelogs: $(CHANGELOGS)
More information about the vlc-commits
mailing list