Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Jul 26, 2023
1 parent bbdbfe2 commit 7258447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SET( ${PROJECT_NAME}_Variant "Full" ) # the particular variant of CaPTk (Full/Ne
# So small changes here to formatting or naming convention *may potentially break the linux packager*!
# STRING(TIMESTAMP TODAY "%Y%m%d")

SET( PROJECT_VERSION_MAJOR 0 )
SET( PROJECT_VERSION_MAJOR 1 )
SET( PROJECT_VERSION_MINOR 0 )
SET( PROJECT_VERSION_PATCH 9 )
SET( PROJECT_VERSION_PATCH 2 )
SET( PROJECT_VERSION_TWEAK )

# check for the string "nonRelease" in the PROJECT_VERSION_PATCH variable
Expand Down

0 comments on commit 7258447

Please sign in to comment.