commit 963d9f43da6d64df5cdb58da1970ec03c5457d90 parent a48d21db67b9751d2cfe1bd75b1b1ef01d6e998d Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Fri, 25 Mar 2022 19:39:34 +0100 bump version to 1.2.15 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.14) +project(gearmulator VERSION 1.2.15) include(base.cmake)