diff --git a/CMakeLists.txt b/CMakeLists.txt index a157532ff..e5415b3ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,9 +82,9 @@ set(TR_NAME ${PROJECT_NAME}) # these should be the only five lines you need to change set(TR_VERSION_MAJOR "4") set(TR_VERSION_MINOR "0") -set(TR_VERSION_PATCH "2") +set(TR_VERSION_PATCH "3") set(TR_VERSION_BETA_NUMBER "") # empty string for not beta -set(TR_VERSION_DEV TRUE) +set(TR_VERSION_DEV FALSE) # derived from above: release type if(TR_VERSION_DEV)