vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jul 14 13:14:26 2011 +0200| [e2dea275294ad3db93217b5a5dac039a61a53a4e] | committer: Jean-Baptiste Kempf
Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e2dea275294ad3db93217b5a5dac039a61a53a4e --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bb64fc2..deb492f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.10 and 1.1.11-git: +Changes between 1.1.10 and 1.1.11: ---------------------------------- Security: diff --git a/configure.ac b/configure.ac index 528dba9..86a7eac 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) -AC_INIT(vlc, 1.1.11-git) +AC_INIT(vlc, 1.1.11) VERSION_MAJOR="1" VERSION_MINOR="1" VERSION_REVISION="11" -VERSION_EXTRA="-git" +VERSION_EXTRA="" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
