From cf21c26bbb9f70987ffcb805b893308bd616a227 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 22 Nov 2024 11:36:59 +0900 Subject: [PATCH] Version 2.11 --- CMakeLists.txt | 2 +- Changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 943b03a..ea643f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 003e65b..caa5aa7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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