vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Aug 12 00:26:30 2010 +0200| [4a0c6d11575ef191a608198a7c3fd2ddc447ab91] | committer: Jean-Baptiste Kempf
1.1.3 is near > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=4a0c6d11575ef191a608198a7c3fd2ddc447ab91 --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cf6fbdd..7b78276 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-git) +AC_INIT(vlc, 1.1.3) VERSION_MAJOR="1" VERSION_MINOR="1" VERSION_REVISION="3" -VERSION_EXTRA="-git" +VERSION_EXTRA="" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
