Version 2.11
This commit is contained in:
parent
f8ee249ca2
commit
cf21c26bbb
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(AnotherMemCheck)
|
||||
|
||||
set(AnotherMemCheck_VERSION 2.10)
|
||||
set(AnotherMemCheck_VERSION 2.11)
|
||||
set(AnotherMemCheck_SOVERSION 2)
|
||||
|
||||
set(AnotherMemCheck_SOURCES
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
## Version 2.11
|
||||
|
||||
Add counts for bad `realloc`s and `free`s that are printed at program's end.
|
||||
|
||||
(A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory
|
||||
|
|
Loading…
Reference in a new issue