Commit fccc6ab9 authored by Rafaël Carré's avatar Rafaël Carré

Happy new year 2013

parent 10af2bf6
......@@ -105,7 +105,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am
rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
$(LN_S) -f doc/ChangeLog-2012 "$@"
$(LN_S) -f doc/ChangeLog-2013 "$@"
###############################################################################
# Mac OS X project
......
dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN])
AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN])
AC_INIT(vlc, 2.1.0-git)
VERSION_MAJOR=2
......@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Rincewind"
COPYRIGHT_YEARS="1996-2012"
COPYRIGHT_YEARS="1996-2013"
AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools)
......
......@@ -35,6 +35,7 @@ CHANGELOGS = \
ChangeLog-2010 \
ChangeLog-2011 \
ChangeLog-2012 \
ChangeLog-2013 \
$(NULL)
man1_MANS = \
......@@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2012 changelogs doc
.PHONY: ChangeLog-2013 changelogs doc
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