commit ddb32e11848948c2f1e7b0a15337b3016e94988c
parent 97a2d96a5582ef413246ac677fd128852b95c184
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Mon, 27 Jan 2025 20:29:18 +0100
bump version to 1.4.2
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.1)
+project(gearmulator VERSION 1.4.2)
include(base.cmake)
include(CTest)