forked from Ivasoft/DSView
update: version config file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,6 +42,7 @@ DSView/qrc_DSView.cpp
|
|||||||
DSView/qrc_style.cpp
|
DSView/qrc_style.cpp
|
||||||
DSView/qrc_breeze.cpp
|
DSView/qrc_breeze.cpp
|
||||||
DSView/qrc_language.cpp
|
DSView/qrc_language.cpp
|
||||||
|
DSView/config.h
|
||||||
|
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
moc_*.cpp_parameters
|
moc_*.cpp_parameters
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ set(DS_VERSION_MAJOR 1)
|
|||||||
set(DS_VERSION_MINOR 2)
|
set(DS_VERSION_MINOR 2)
|
||||||
set(DS_VERSION_MICRO 0)
|
set(DS_VERSION_MICRO 0)
|
||||||
set(DS_VERSION_STRING
|
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 (
|
configure_file (
|
||||||
|
|||||||
@@ -29,6 +29,6 @@
|
|||||||
#define DS_VERSION_MAJOR 1
|
#define DS_VERSION_MAJOR 1
|
||||||
#define DS_VERSION_MINOR 2
|
#define DS_VERSION_MINOR 2
|
||||||
#define DS_VERSION_MICRO 0
|
#define DS_VERSION_MICRO 0
|
||||||
#define DS_VERSION_STRING "1.2.0;RC1"
|
#define DS_VERSION_STRING "1.2.0" "RC4"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user