vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jan 12 15:57:53 2012 +0100| [10b45f92ddcbd506a24bef21151df29c681b4e6e] | committer: Jean-Baptiste Kempf
On the road to RC1 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=10b45f92ddcbd506a24bef21151df29c681b4e6e --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3d24ae4..9696b8e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.x and 1.2.0-pre4: +Changes between 1.1.x and 1.2.0-rc1: ------------------------------------ Important notes: diff --git a/configure.ac b/configure.ac index 27bb143..d138504 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN]) -AC_INIT(vlc, 1.2.0-pre4) +AC_INIT(vlc, 1.2.0-rc1) VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=pre4 +VERSION_DEV=rc1 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
