From 54e46d90f2f8a3fa44f85ab6c4e3066bf0ff61db Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Tue, 11 Jul 2023 21:16:55 +0200 Subject: [PATCH] Set version number to 2.7.0-rc3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e951b52c..82ed6c865 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 2) +set_build_type (RC 3) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") #