Version 2.5

This commit is contained in:
Stephen Seo 2024-06-27 14:46:06 +09:00
parent 563d6ad570
commit d4c47f871b
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7)
project(AnotherMemCheck)
set(AnotherMemCheck_VERSION 2.4)
set(AnotherMemCheck_VERSION 2.5)
set(AnotherMemCheck_SOVERSION 2)
set(AnotherMemCheck_SOURCES

View file

@ -1,5 +1,9 @@
# Changelog
## Version 2.5
Added support for realloc().
## Version 2.4
Fixed free() not actually calling real_free().