From 841419d06719cc6ea3e4444103354a8b80d2b7ad Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 2 Dec 2022 08:32:44 -0600 Subject: [PATCH] chore: bump version to 4.0.0-beta.2-dev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16228d044..3eadca279 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ set(TR_VERSION_MAJOR "4") set(TR_VERSION_MINOR "0") set(TR_VERSION_PATCH "0") set(TR_VERSION_BETA_NUMBER "2") # empty string for not beta -set(TR_VERSION_DEV FALSE) +set(TR_VERSION_DEV TRUE) # derived from above: release type if (TR_VERSION_DEV)