From a7b6798c9982a6cd3007d133a88d4128aa946d38 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 2 Jan 2024 09:55:12 -0500 Subject: [PATCH] Bump the RC number to 4. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3c0f86d6..4765fd06e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ message (STATUS "******************************************************") include (set_build_type) # RC 0 or omitted is a development build, GA is a General Availability release build -set_build_type (RC 3) +set_build_type (RC 4) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") #