Commit 33d54e40 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Happy New Year 2014!

parent 050a1632
...@@ -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-2013 "$@" $(LN_S) -f doc/ChangeLog-2014 "$@"
############################################################################### ###############################################################################
# Mac OS X project # Mac OS X project
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN])
AC_INIT(vlc, 2.2.0-git) AC_INIT(vlc, 2.2.0-git)
VERSION_MAJOR=2 VERSION_MAJOR=2
...@@ -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="Weatherwax" CODENAME="Weatherwax"
COPYRIGHT_YEARS="1996-2013" COPYRIGHT_YEARS="1996-2014"
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-2011 \ ChangeLog-2011 \
ChangeLog-2012 \ ChangeLog-2012 \
ChangeLog-2013 \ ChangeLog-2013 \
ChangeLog-2014 \
$(NULL) $(NULL)
man1_MANS = \ man1_MANS = \
...@@ -83,7 +84,7 @@ $(CHANGELOGS): Makefile.am ...@@ -83,7 +84,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-2013 changelogs doc .PHONY: ChangeLog-2014 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