vlc/vlc-2.2 | branch: master | Felix Paul Kühne <[email protected]> | Fri Jun 17 16:27:45 2016 +0200| [d924a937f774805962cbd3cd14729430e14656ca] | committer: Felix Paul Kühne
On the road to 2.2.5 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=d924a937f774805962cbd3cd14729430e14656ca --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1af86be..e9fa543 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes between 2.2.4 and 2.2.5: +-------------------------------- + +Decoder: + * Fix mp3 playback quality regression in libmad + + Changes between 2.2.3 and 2.2.4: -------------------------------- diff --git a/configure.ac b/configure.ac index e021546..6bba3db 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.4) +AC_INIT(vlc, 2.2.5) VERSION_MAJOR=2 VERSION_MINOR=2 -VERSION_REVISION=4 +VERSION_REVISION=5 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
