vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Nov 11 16:36:16 2014 +0100| [e0bd6723259b4c3e3357c4c1c4be2dd15db7c1f1] | committer: Jean-Baptiste Kempf
On the way to RC2 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=e0bd6723259b4c3e3357c4c1c4be2dd15db7c1f1 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4bfd1e0..9b2e04f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.1.x and 2.2.0-rc1: +Changes between 2.1.x and 2.2.0-rc2: -------------------------------- Important changes: diff --git a/configure.ac b/configure.ac index b603a3b..1e8f18c 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-rc1) +AC_INIT(vlc, 2.2.0-rc2) VERSION_MAJOR=2 VERSION_MINOR=2 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=rc1 +VERSION_DEV=rc2 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
