commit 5ead444bdbad763b55051516dd54050d39d34499 parent 42baa346e99da2661618358af27ccaca748edd5a Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:47:26 +0100 bump version to 1.2.10 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.9) +project(gearmulator VERSION 1.2.10) include(base.cmake)