diff --git a/CMakeLists.txt b/CMakeLists.txt index ea643f1..271a5c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(AnotherMemCheck) -set(AnotherMemCheck_VERSION 2.11) +set(AnotherMemCheck_VERSION 2.12) set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOURCES diff --git a/Changelog.md b/Changelog.md index caa5aa7..9673878 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ ## Upcoming Changes +## Version 2.12 + +Fix output by reverting erronous commit. + ## Version 2.11 Add counts for bad `realloc`s and `free`s that are printed at program's end.