From 6576a2a1db0a1c0fa5255b7fa37b6c97dead1974 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 7 Feb 2023 20:07:33 -0600 Subject: [PATCH] chore: bump version to 4.0.0-dev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e4e2288c..f611b1352 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ set(TR_VERSION_MAJOR "4") set(TR_VERSION_MINOR "0") set(TR_VERSION_PATCH "0") set(TR_VERSION_BETA_NUMBER "") # empty string for not beta -set(TR_VERSION_DEV FALSE) +set(TR_VERSION_DEV TRUE) # derived from above: release type if(TR_VERSION_DEV)