commit ea519fa570438087b10a0fe58242fd28f8f236f3 parent 9aaa4411224f6907690186207b1f38a97f779276 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:38:44 +0100 raise version to 1.2.13 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.12) +project(gearmulator VERSION 1.2.13) include(base.cmake)