From bceb368f1b188bf5a8925be91b5b4c6b9988a6b5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 1 Dec 2022 18:06:16 -0600 Subject: [PATCH] chore: bump version to 4.0.0-beta.2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cde98319..16228d044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,8 +77,8 @@ set(TR_NAME ${PROJECT_NAME}) set(TR_VERSION_MAJOR "4") set(TR_VERSION_MINOR "0") set(TR_VERSION_PATCH "0") -set(TR_VERSION_BETA_NUMBER "1") # empty string for not beta -set(TR_VERSION_DEV TRUE) +set(TR_VERSION_BETA_NUMBER "2") # empty string for not beta +set(TR_VERSION_DEV FALSE) # derived from above: release type if (TR_VERSION_DEV)