commit e1a5c057886d6f232ee44918b400a32d9b9625f3 parent 38ec5288ac23b2ba3a562ca7eb53e2de0c6477d0 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sat, 26 Feb 2022 23:45:50 +0100 bump version to 1.2.7 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.6) +project(gearmulator VERSION 1.2.7) include(base.cmake)