commit 0d8f37d83ac222ea0cc67be9aaa141b93f37d812
parent 81aea591dbeb04eb55564a02d1d70d8f86b15420
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Thu, 21 Nov 2024 19:40:33 +0100
bump version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -19,7 +19,7 @@ if(APPLE)
message("CMAKE_OSX_DEPLOYMENT_TARGET: " ${CMAKE_OSX_DEPLOYMENT_TARGET})
endif()
-project(gearmulator VERSION 1.4.0)
+project(gearmulator VERSION 1.4.1)
include(base.cmake)
include(CTest)