diff --git a/CMakeLists.txt b/CMakeLists.txt index 975313d..2dac424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(AnotherMemCheck) -set(AnotherMemCheck_VERSION 2.7) +set(AnotherMemCheck_VERSION 2.8) set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOURCES diff --git a/Changelog.md b/Changelog.md index 9d0b56e..8ab7138 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## Version 2.8 + +Internal refactorings. + +Minor change to avoid segfault when program exits with `exit(...)` function. + ## Version 2.7 Fix incorrect initialization.