commit cdbd627da8be1bd29dd4807b1a78752d14a74f9f parent f9fac0d0de7acd465abfc351207c614252574a15 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:21:22 +0100 bump version to 1.2.8 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.7) +project(gearmulator VERSION 1.2.8) include(base.cmake)