mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
update: version config file
This commit is contained in:
parent
296a89b1a6
commit
439421bbd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 (
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user