Skip to content

Commit 7258447

Browse files
committed
version update
1 parent bbdbfe2 commit 7258447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne
1111
# So small changes here to formatting or naming convention *may potentially break the linux packager*!
1212
# STRING(TIMESTAMP TODAY "%Y%m%d")
1313

14-
SET( PROJECT_VERSION_MAJOR 0 )
14+
SET( PROJECT_VERSION_MAJOR 1 )
1515
SET( PROJECT_VERSION_MINOR 0 )
16-
SET( PROJECT_VERSION_PATCH 9 )
16+
SET( PROJECT_VERSION_PATCH 2 )
1717
SET( PROJECT_VERSION_TWEAK )
1818

1919
# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable

0 commit comments

Comments
 (0)