2
0
forked from Ivasoft/DSView

The version config file update to 'v1.3-dev6'

This commit is contained in:
dreamsourcelabTAI
2023-03-13 16:03:53 +08:00
parent c9e1587375
commit 8f41334f05
2 changed files with 2 additions and 2 deletions

View File

@@ -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}-dev5 )
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-dev6 )
configure_file (
${PROJECT_SOURCE_DIR}/DSView/config.h.in

View File

@@ -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-dev5"
#define DS_VERSION_STRING "1.3.0-dev6"
#endif