Version 2.11

This commit is contained in:
Stephen Seo 2024-11-22 11:36:59 +09:00
parent f8ee249ca2
commit cf21c26bbb
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10)
project(AnotherMemCheck) project(AnotherMemCheck)
set(AnotherMemCheck_VERSION 2.10) set(AnotherMemCheck_VERSION 2.11)
set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOVERSION 2)
set(AnotherMemCheck_SOURCES set(AnotherMemCheck_SOURCES

View file

@ -2,6 +2,8 @@
## Upcoming Changes ## Upcoming Changes
## 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.
(A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory (A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory