2
0
forked from Ivasoft/DSView

update: version config file

This commit is contained in:
dreamsourcelabTAI
2022-08-26 14:18:40 +08:00
parent 6279c713df
commit b39d5106c6
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ set(DS_DESCRIPTION "A GUI for instruments of DreamSourceLab")
set(DS_VERSION_MAJOR 1)
set(DS_VERSION_MINOR 2)
set(DS_VERSION_MICRO 0)
set(DS_VERSION_MICRO 1)
set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} )
configure_file (

View File

@@ -29,7 +29,7 @@
/* DSView version information */
#define DS_VERSION_MAJOR 1
#define DS_VERSION_MINOR 2
#define DS_VERSION_MICRO 0
#define DS_VERSION_STRING "1.2.0"
#define DS_VERSION_MICRO 1
#define DS_VERSION_STRING "1.2.1"
#endif