1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update version v1.2

This commit is contained in:
tianduanrui 2017-10-23 19:49:09 +08:00
parent 9fb021245a
commit 0a299fccc3
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#################################################################
##project version
#################################################################
unix:VERSION = 1.1.0
unix:VERSION = 1.2.0
#################################################################
##definition and configration

View File

@ -1,12 +1,12 @@
#ifndef QQTVERSION_H
#define QQTVERSION_H
#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0"
#define VER_FILEVERSION 1,2,0,0
#define VER_FILEVERSION_STR "1.2.0.0"
#define VER_PRODUCTVERSION 1.0
#define VER_PRODUCTVERSION 1.2
#define VER_PRODUCTVERSION_MAJOR 1
#define VER_PRODUCTVERSION_STR "1.0"
#define VER_PRODUCTVERSION_STR "1.2"
#define VER_PRODUCTVERSION_MAJOR_STR "1"
#define VER_COMPANYNAME_STR "QQT"