diff --git a/CMakeLists.txt b/CMakeLists.txt index 645d0a02..433466c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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