update: version config file

This commit is contained in:
dreamsourcelabTAI 2022-02-16 11:16:08 +08:00
parent 296a89b1a6
commit 439421bbd7
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ DSView/qrc_DSView.cpp
DSView/qrc_style.cpp
DSView/qrc_breeze.cpp
DSView/qrc_language.cpp
DSView/config.h
moc_*.cpp
moc_*.cpp_parameters

View File

@ -119,7 +119,7 @@ set(DS_VERSION_MAJOR 1)
set(DS_VERSION_MINOR 2)
set(DS_VERSION_MICRO 0)
set(DS_VERSION_STRING
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} RC1
${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}-RC4
)
configure_file (

View File

@ -29,6 +29,6 @@
#define DS_VERSION_MAJOR 1
#define DS_VERSION_MINOR 2
#define DS_VERSION_MICRO 0
#define DS_VERSION_STRING "1.2.0;RC1"
#define DS_VERSION_STRING "1.2.0" "RC4"
#endif