From 449aed5831ef92c7ead4790d019dbcb76d81bbc9 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Tue, 26 Dec 2023 17:42:23 +0800 Subject: [PATCH] update version to v1.3.2-dev1 --- CMakeLists.txt | 4 ++-- DSView/config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c7480ad..e5d3c876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,8 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab") set(DS_VERSION_MAJOR 1) set(DS_VERSION_MINOR 3) -set(DS_VERSION_MICRO 1) -set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} ) +set(DS_VERSION_MICRO 2) +set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-dev1 ) configure_file ( ${PROJECT_SOURCE_DIR}/DSView/config.h.in diff --git a/DSView/config.h b/DSView/config.h index dc21e5f0..561733a5 100644 --- a/DSView/config.h +++ b/DSView/config.h @@ -29,7 +29,7 @@ /* DSView version information */ #define DS_VERSION_MAJOR 1 #define DS_VERSION_MINOR 3 -#define DS_VERSION_MICRO 1 -#define DS_VERSION_STRING "1.3.1" +#define DS_VERSION_MICRO 2 +#define DS_VERSION_STRING "1.3.2-dev1" #endif