Version 2.12
This commit is contained in:
parent
9ea25be25f
commit
45e0dc3fab
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
project(AnotherMemCheck)
|
project(AnotherMemCheck)
|
||||||
|
|
||||||
set(AnotherMemCheck_VERSION 2.11)
|
set(AnotherMemCheck_VERSION 2.12)
|
||||||
set(AnotherMemCheck_SOVERSION 2)
|
set(AnotherMemCheck_SOVERSION 2)
|
||||||
|
|
||||||
set(AnotherMemCheck_SOURCES
|
set(AnotherMemCheck_SOURCES
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Upcoming Changes
|
## Upcoming Changes
|
||||||
|
|
||||||
|
## Version 2.12
|
||||||
|
|
||||||
|
Fix output by reverting erronous commit.
|
||||||
|
|
||||||
## Version 2.11
|
## Version 2.11
|
||||||
|
|
||||||
Add counts for bad `realloc`s and `free`s that are printed at program's end.
|
Add counts for bad `realloc`s and `free`s that are printed at program's end.
|
||||||
|
|
Loading…
Reference in a new issue