[vlc-commits] configure: bump version and copyright years

Felix Paul Kühne git at videolan.org
Tue Feb 11 16:27:35 CET 2014


vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Feb 11 16:27:31 2014 +0100| [2912d78e8c343f9b53bf6d3fd5957e093f13a1c5] | committer: Felix Paul Kühne

configure: bump version and copyright years

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2912d78e8c343f9b53bf6d3fd5957e093f13a1c5
---

 configure.ac |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 27d6476..4dd0976 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 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.0.9)
+AC_INIT(vlc, 2.0.10)
 VERSION_MAJOR=2
 VERSION_MINOR=0
-VERSION_REVISION=9
+VERSION_REVISION=10
 VERSION_EXTRA=0
 VERSION_DEV=
 
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Twoflower"
-COPYRIGHT_YEARS="1996-2013"
+COPYRIGHT_YEARS="1996-2014"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)



More information about the vlc-commits mailing list