We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530fbef commit 97ee034Copy full SHA for 97ee034
CMakeLists.txt
@@ -24,6 +24,7 @@ endfunction()
24
project(oamlStudio)
25
set(oamlStudio_VERSION_MAJOR 1)
26
set(oamlStudio_VERSION_MINOR 1)
27
+set(oamlStudio_VERSION_PATCH 1)
28
29
# Configuration types
30
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
0 commit comments