From 14301c372dfa6cef314139c44546e5646d34fade Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 12 Nov 2024 16:33:16 +0900 Subject: [PATCH] Update Changelog.md, version 2.8 --- CMakeLists.txt | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 975313d..2dac424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(AnotherMemCheck) -set(AnotherMemCheck_VERSION 2.7) +set(AnotherMemCheck_VERSION 2.8) set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOURCES diff --git a/Changelog.md b/Changelog.md index 9d0b56e..8ab7138 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## Version 2.8 + +Internal refactorings. + +Minor change to avoid segfault when program exits with `exit(...)` function. + ## Version 2.7 Fix incorrect initialization.