From 0a299fccc3d2b3fe6668232441484303a4c64572 Mon Sep 17 00:00:00 2001 From: tianduanrui <2407223896@qq.com> Date: Mon, 23 Oct 2017 19:49:09 +0800 Subject: [PATCH] update version v1.2 --- src/qqt_header.pri | 2 +- src/qqtversion.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/qqt_header.pri b/src/qqt_header.pri index 92dd6087..02724a85 100644 --- a/src/qqt_header.pri +++ b/src/qqt_header.pri @@ -17,7 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS ################################################################# ##project version ################################################################# -unix:VERSION = 1.1.0 +unix:VERSION = 1.2.0 ################################################################# ##definition and configration diff --git a/src/qqtversion.h b/src/qqtversion.h index 6338d9a0..b97e9906 100644 --- a/src/qqtversion.h +++ b/src/qqtversion.h @@ -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"