Version 2.5
This commit is contained in:
parent
563d6ad570
commit
d4c47f871b
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(AnotherMemCheck)
|
project(AnotherMemCheck)
|
||||||
|
|
||||||
set(AnotherMemCheck_VERSION 2.4)
|
set(AnotherMemCheck_VERSION 2.5)
|
||||||
set(AnotherMemCheck_SOVERSION 2)
|
set(AnotherMemCheck_SOVERSION 2)
|
||||||
|
|
||||||
set(AnotherMemCheck_SOURCES
|
set(AnotherMemCheck_SOURCES
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 2.5
|
||||||
|
|
||||||
|
Added support for realloc().
|
||||||
|
|
||||||
## Version 2.4
|
## Version 2.4
|
||||||
|
|
||||||
Fixed free() not actually calling real_free().
|
Fixed free() not actually calling real_free().
|
||||||
|
|
Loading…
Reference in a new issue