vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat May 7 19:10:53 2016 +0200| [527a714cde1f8962bc40188532b8bd0496c0871b] | committer: Jean-Baptiste Kempf
On the road to 2.2.4 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=527a714cde1f8962bc40188532b8bd0496c0871b --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c8bc5dd..23d3b25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes between 2.2.3 and 2.2.4: +-------------------------------- + +Decoder: + * Fix crash in G.711 wav files + + Changes between 2.2.2 and 2.2.3: -------------------------------- diff --git a/configure.ac b/configure.ac index bb5d1dd..e021546 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.3) +AC_INIT(vlc, 2.2.4) VERSION_MAJOR=2 VERSION_MINOR=2 -VERSION_REVISION=3 +VERSION_REVISION=4 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
