From 149abcfdf385bdb77140f22151c0eb31e9a513d2 Mon Sep 17 00:00:00 2001 From: stephenseo Date: Thu, 14 Nov 2024 01:29:01 +0000 Subject: [PATCH 1/2] Update Changelog.md Latest to version 2.10 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 03ae886..1d72af6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## Version 2.10 + Internal refactorings. ## Version 2.9 -- 2.47.0 From dc3704ac7593877de5b0842f1321caf66f6b21f5 Mon Sep 17 00:00:00 2001 From: stephenseo Date: Thu, 14 Nov 2024 01:29:36 +0000 Subject: [PATCH 2/2] Update CMakeLists.txt Version to 2.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9338e6..f5baa51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(AnotherMemCheck) -set(AnotherMemCheck_VERSION 2.9) +set(AnotherMemCheck_VERSION 2.10) set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOURCES -- 2.47.0