Commit d8976582 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

2015

Still alive!
parent f88a7ac1
...@@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = \ ...@@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am ChangeLog: Makefile.am
rm -f -- "$@" rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
$(LN_S) -f doc/ChangeLog-2014 "$@" $(LN_S) -f doc/ChangeLog-2015 "$@"
############################################################################### ###############################################################################
# Mac OS X project # Mac OS X project
......
dnl Autoconf settings for vlc 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) AC_INIT(vlc, 3.0.0-git)
VERSION_MAJOR=3 VERSION_MAJOR=3
...@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR) ...@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Vetinari" CODENAME="Vetinari"
COPYRIGHT_YEARS="1996-2014" COPYRIGHT_YEARS="1996-2015"
AC_CONFIG_SRCDIR(src/libvlc.c) AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
......
...@@ -36,6 +36,7 @@ CHANGELOGS = \ ...@@ -36,6 +36,7 @@ CHANGELOGS = \
ChangeLog-2012 \ ChangeLog-2012 \
ChangeLog-2013 \ ChangeLog-2013 \
ChangeLog-2014 \ ChangeLog-2014 \
ChangeLog-2015 \
$(NULL) $(NULL)
man1_MANS = \ man1_MANS = \
...@@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am ...@@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am
fi fi
# This one needs to be rebuilt all the time :) # This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2014 changelogs doc .PHONY: ChangeLog-2015 changelogs doc
changelogs: $(CHANGELOGS) changelogs: $(CHANGELOGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment