diff --git a/CHANGES b/CHANGES index 5c88fee..febbc15 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,9 @@ =============================================================================== +Version 0.16.2 + * Fix null pointer dereference in id3_ucs4_length (CVE-2017-11550) + Version 0.16.1 * Fix exported CMake config file * Fix pkgconfig file name to match Linux distro packages diff --git a/CMakeLists.txt b/CMakeLists.txt index d214cad..397912f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1.0) -project(id3tag VERSION 0.16.1) +project(id3tag VERSION 0.16.2) option(BUILD_SHARED_LIBS "Build dynamic library" ON)