vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Sep 5 23:03:37 2010 +0200| [26cf42f9dc88beae231e04b16413ed821495654c] | committer: Jean-Baptiste Kempf
On the road to 1.1.5 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=26cf42f9dc88beae231e04b16413ed821495654c --- NEWS | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7bff630..6c622f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 1.1.4 and 1.1.5-git: +-------------------------------- + + Changes between 1.1.3 and 1.1.4: -------------------------------- diff --git a/configure.ac b/configure.ac index 29fe42c..775135d 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.4) +AC_INIT(vlc, 1.1.5-git) VERSION_MAJOR="1" VERSION_MINOR="1" -VERSION_REVISION="4" -VERSION_EXTRA="" +VERSION_REVISION="5" +VERSION_EXTRA="-git" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
