From e1c6e1be43ff7d3bf69a4c6f9468f8c19d6c6c01 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 22 Feb 2023 16:41:35 -0600 Subject: [PATCH] chore: bump version to 4.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95bf96b8a..f9a83a02a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,9 +81,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 "0") +set(TR_VERSION_PATCH "1") 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)