From 24077e35111cd6a6498fa61910bb54288a702bfc Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 23 Aug 2023 17:48:58 -0500 Subject: [PATCH] chore: bump version to 4.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3fc32a81..b13165358 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ set(TR_VERSION_MAJOR "4") set(TR_VERSION_MINOR "0") set(TR_VERSION_PATCH "4") 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)