Skip to content
Snippets Groups Projects
Commit 47b4f2c7 authored by Eike Ziller's avatar Eike Ziller
Browse files

Bump version


Change-Id: Ic6c37187806ae2848d229693c9bf030dba5d50c5
Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
parent cda5f70c
No related branches found
No related tags found
No related merge requests found
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included") !isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1 QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 4.0.1 QTCREATOR_VERSION = 4.0.2
QTCREATOR_COMPAT_VERSION = 4.0.0 QTCREATOR_COMPAT_VERSION = 4.0.0
BINARY_ARTIFACTS_BRANCH = 4.0 BINARY_ARTIFACTS_BRANCH = 4.0
......
...@@ -7,7 +7,7 @@ Project { ...@@ -7,7 +7,7 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug" property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '4' property string ide_version_major: '4'
property string ide_version_minor: '0' property string ide_version_minor: '0'
property string ide_version_release: '1' property string ide_version_release: '2'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release 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_major: '4'
property string ide_compat_version_minor: '0' property string ide_compat_version_minor: '0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment