commit a50b8f5ed4eda4db8e3e62d6cad15834229f3212
parent b2f3d27be95864cdb1a7a908fe1c4f9a4f5b1c66
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Thu, 6 Feb 2025 23:55:32 +0100
bump version to 1.4.3
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.2)
+project(gearmulator VERSION 1.4.3)
include(base.cmake)
include(CTest)