vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Dec 10 20:10:33 2011 +0100| [149ea59658fc2855e7334546113b054af5ad8cbc] | committer: Jean-Baptiste Kempf
On the road to 1.2.0-pre3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=149ea59658fc2855e7334546113b054af5ad8cbc --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 296ed26..ac137a9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.x and 1.2.0-pre2: +Changes between 1.1.x and 1.2.0-pre3: ------------------------------------ Important notes: diff --git a/configure.ac b/configure.ac index dd789a4..61d1d9b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN]) -AC_INIT(vlc, 1.2.0-pre2) +AC_INIT(vlc, 1.2.0-pre3) VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=pre2 +VERSION_DEV=pre3 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
