vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Feb 6 13:11:08 2016 +0100| [499a7e4f269a6b218a6c9050fe3e731a91c3413b] | committer: Jean-Baptiste Kempf
On the road to 2.2.3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=499a7e4f269a6b218a6c9050fe3e731a91c3413b --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e6521fa..bc97ca2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Changes between 2.2.2 and 2.2.3: +-------------------------------- + Changes between 2.2.1 and 2.2.2: -------------------------------- diff --git a/configure.ac b/configure.ac index ab34bdc..517cdbd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2016 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.2.2) +AC_INIT(vlc, 2.2.3) VERSION_MAJOR=2 VERSION_MINOR=2 -VERSION_REVISION=2 +VERSION_REVISION=3 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
