forked from qt-creator/qt-creator
Bump version
Change-Id: I744550af5e37d5863b42534608f2c8289b22c674 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -4,16 +4,16 @@ import qbs.FileInfo
|
||||
import "qtc.js" as HelperFunctions
|
||||
|
||||
Module {
|
||||
property string qtcreator_display_version: '4.3.0-rc1'
|
||||
property string qtcreator_display_version: '4.3.0'
|
||||
property string ide_version_major: '4'
|
||||
property string ide_version_minor: '2'
|
||||
property string ide_version_release: '83'
|
||||
property string ide_version_minor: '3'
|
||||
property string ide_version_release: '0'
|
||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
|
||||
+ ide_version_release
|
||||
|
||||
property string ide_compat_version_major: '4'
|
||||
property string ide_compat_version_minor: '2'
|
||||
property string ide_compat_version_release: '83'
|
||||
property string ide_compat_version_minor: '3'
|
||||
property string ide_compat_version_release: '0'
|
||||
property string qtcreator_compat_version: ide_compat_version_major + '.'
|
||||
+ ide_compat_version_minor + '.' + ide_compat_version_release
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||
QTCREATOR_PRI_INCLUDED = 1
|
||||
|
||||
QTCREATOR_VERSION = 4.2.83
|
||||
QTCREATOR_COMPAT_VERSION = 4.2.83
|
||||
QTCREATOR_VERSION = 4.3.0
|
||||
QTCREATOR_COMPAT_VERSION = 4.3.0
|
||||
VERSION = $$QTCREATOR_VERSION
|
||||
QTCREATOR_DISPLAY_VERSION = 4.3.0-rc1
|
||||
QTCREATOR_DISPLAY_VERSION = 4.3.0
|
||||
BINARY_ARTIFACTS_BRANCH = 4.3
|
||||
|
||||
CONFIG += c++14
|
||||
|
Reference in New Issue
Block a user