vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Mar 24 02:00:58 2011 +0100| [6109b3010ee5d3d074334e8842f4766aa1fe8f9d] | committer: Jean-Baptiste Kempf
On the road to 1.1.9 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6109b3010ee5d3d074334e8842f4766aa1fe8f9d --- NEWS | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index cbf05b8..9a87f0c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 1.1.8 and 1.1.9-git: +-------------------------------- + + Changes between 1.1.7 and 1.1.8: -------------------------------- diff --git a/configure.ac b/configure.ac index 845e5aa..77cfcf0 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.8) +AC_INIT(vlc, 1.1.9-git) VERSION_MAJOR="1" VERSION_MINOR="1" -VERSION_REVISION="8" -VERSION_EXTRA="" +VERSION_REVISION="9" +VERSION_EXTRA="-git" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
