From d7747336364a5fe44eda35b8e75c9008b6cf107f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 8 Jan 2022 15:09:28 -0500 Subject: [PATCH] Set build_type to devel (RC 0), not RC 1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f624998e3..9b0a5ed31 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 1) +set_build_type (RC 0) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") #