vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Aug 18 17:40:06 2010 +0200| [d3ed06bf2b8b15f72cf8584c5332f45e9c1159d1] | committer: Jean-Baptiste Kempf
On the road to 1.1.4-git > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=d3ed06bf2b8b15f72cf8584c5332f45e9c1159d1 --- NEWS | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6f4f084..16b019f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 1.1.2 and 1.1.4-git: +-------------------------------- + + Changes between 1.1.2 and 1.1.3: -------------------------------- diff --git a/configure.ac b/configure.ac index 4d44840..bfbbf0f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team]) -AC_INIT(vlc, 1.1.3) +AC_INIT(vlc, 1.1.4-git) VERSION_MAJOR="1" VERSION_MINOR="1" -VERSION_REVISION="3" -VERSION_EXTRA="" +VERSION_REVISION="4" +VERSION_EXTRA="-git" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
