vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu May 11 15:18:07 2017 +0200| [1a9361c1fff3030f03d66315b46a41b203365e54] | committer: Jean-Baptiste Kempf
On the road to 2.2.6 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=1a9361c1fff3030f03d66315b46a41b203365e54 --- NEWS | 5 ++++- configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4c34a5d804..342bff27a5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ +Changes between 2.2.5.1 and 2.2.6: +---------------------------------- + Changes between 2.2.5 and 2.2.5.1: --------------------------------- +---------------------------------- Security hardening for DLL hijacking environments diff --git a/configure.ac b/configure.ac index d3f8685db3..235edf577b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.2.5.1) +AC_INIT(vlc, 2.2.6) VERSION_MAJOR=2 VERSION_MINOR=2 -VERSION_REVISION=5 -VERSION_EXTRA=1 +VERSION_REVISION=6 +VERSION_EXTRA=0 VERSION_DEV= PKGDIR="vlc" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
