From 2d39e27b0c81199271060366292f4b76f247c95f Mon Sep 17 00:00:00 2001 From: aixxe Date: Sun, 13 Oct 2024 13:59:55 +0100 Subject: [PATCH] Bump version to 0.2.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2950bc4..c3aea5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.29) -project(mempatcher LANGUAGES CXX VERSION 0.1.0.0) +project(mempatcher LANGUAGES CXX VERSION 0.2.0.0) include(cmake/get_cpm.cmake) include(cmake/GetGitRevisionDescription.cmake)