commit b869f8d9d90a75b37e302e136341357483b2754e parent 18080c09861985cb6b5927de472ab7268c1535a7 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:04:51 +0100 bump version to 1.2.9 Diffstat:
M | CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "OS X Architectures") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.2.8) +project(gearmulator VERSION 1.2.9) include(base.cmake)