commit 6c655c376d6cd8a96b9154c6afcaaf7a0750135f
parent 83f0e2769cac624bdebedd81bdbcab156fe5f51f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 22 Feb 2025 21:20:38 +0100
bump version to 1.4.4
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.3)
+project(gearmulator VERSION 1.4.4)
include(base.cmake)
include(CTest)