We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdbfe2 commit 7258447Copy full SHA for 7258447
CMakeLists.txt
@@ -11,9 +11,9 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne
11
# So small changes here to formatting or naming convention *may potentially break the linux packager*!
12
# STRING(TIMESTAMP TODAY "%Y%m%d")
13
14
-SET( PROJECT_VERSION_MAJOR 0 )
+SET( PROJECT_VERSION_MAJOR 1 )
15
SET( PROJECT_VERSION_MINOR 0 )
16
-SET( PROJECT_VERSION_PATCH 9 )
+SET( PROJECT_VERSION_PATCH 2 )
17
SET( PROJECT_VERSION_TWEAK )
18
19
# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable
0 commit comments