1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
tianduanrui 2017-11-19 15:44:12 +08:00
parent cbdb2dd796
commit ffa1d4de7d
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
##qqt_library qqt_install all need this pri
QQT_MAJOR_VERSION = 1
QQT_MINOR_VERSION = 8
QQT_MINOR_VERSION = 9
QQT_PATCH_VERSION = 0
QQT_BUILD_VERSION = 0
QQT_VERSION = $${QQT_MAJOR_VERSION}.$${QQT_MINOR_VERSION}.$${QQT_PATCH_VERSION}

View File

@ -3,13 +3,13 @@
#define PRODUCT_ICON "qqt.ico"
#define FILE_VERSION 1,8,0,0
#define FILE_VERSION_STR "1.8.0.0"
#define FILE_VERSION 1,9,0,0
#define FILE_VERSION_STR "1.9.0.0"
#define FILE_DESCRIPTION "QQt"
#define PRODUCT_VERSION 1,8
#define PRODUCT_VERSION 1,9
#define PRODUCT_VERSION_MAJOR 1
#define PRODUCT_VERSION_STR "1.8"
#define PRODUCT_VERSION_STR "1.9"
#define PRODUCT_VERSION_MAJOR_STR "1"
#define PRODUCT_NAME "QQt"