vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct 6 20:31:34 2011 +0300| [6937bd3ace59c9618c70e2fc4df01672c49e49f7] | committer: Rémi Denis-Courmont
Fix version number > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6937bd3ace59c9618c70e2fc4df01672c49e49f7 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 70f5142..1ed8dd9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.11 and 1.1.12-git: +Changes between 1.1.11 and 1.1.12: ---------------------------------- Audio outputs: diff --git a/configure.ac b/configure.ac index a5900ba..f216fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) -AC_INIT(vlc, 1.1.12-git) +AC_INIT(vlc, 1.1.12) VERSION_MAJOR="1" VERSION_MINOR="1" VERSION_REVISION="12" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
