From 5f55e76659c1dbdb32f3f6b7cceb80044576529b Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Sun, 23 Apr 2023 17:55:00 +0800 Subject: [PATCH] Update the version config file --- CMakeLists.txt | 2 +- DSView/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0778eb7e..51b2e1b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab") set(DS_VERSION_MAJOR 1) set(DS_VERSION_MINOR 3) set(DS_VERSION_MICRO 0) -set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC3 ) +set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC4 ) configure_file ( ${PROJECT_SOURCE_DIR}/DSView/config.h.in diff --git a/DSView/config.h b/DSView/config.h index d4fddd0b..d0d8f9a4 100644 --- a/DSView/config.h +++ b/DSView/config.h @@ -30,6 +30,6 @@ #define DS_VERSION_MAJOR 1 #define DS_VERSION_MINOR 3 #define DS_VERSION_MICRO 0 -#define DS_VERSION_STRING "1.3.0-RC3" +#define DS_VERSION_STRING "1.3.0-RC4" #endif