commit 1322e0b3eb9d233e92d7d0121fd435c7a4ce5ede parent 628eb6c05d52b061385a960ace5cfb427cbfabcb Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:31:01 +0100 bump version to 1.2.12 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.11) +project(gearmulator VERSION 1.2.12) include(base.cmake)