vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Aug 18 23:52:19 2014 +0200| [3069ebdfa6909d138e8fe5966c9e113f4d7b9548] | committer: Jean-Baptiste Kempf
On the road to -pre3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3069ebdfa6909d138e8fe5966c9e113f4d7b9548 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2042ce1..4f6ae47 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.1.x and 2.2.0-pre2: +Changes between 2.1.x and 2.2.0-pre3: -------------------------------- Important changes: diff --git a/configure.ac b/configure.ac index 2d4a448..d0d0eca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2014 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.2.0-pre2) +AC_INIT(vlc, 2.2.0-pre3) VERSION_MAJOR=2 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] https://mailman.videolan.org/listinfo/vlc-commits
