From 3beff076cf68fe5694341a6835709bbfe3473154 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 5 Jan 2021 02:54:45 +0000 Subject: [PATCH] Bump RC number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3108a6d84..78b9a2a0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,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}") #