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

Bump version

Change-Id: I124bfc5ed26f2d64028c72e89539c16d5d3836be
parent 1892cf37
No related branches found
No related tags found
No related merge requests found
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.8.83
QTCREATOR_COMPAT_VERSION = 2.8.83
QTCREATOR_VERSION = 2.8.84
QTCREATOR_COMPAT_VERSION = 2.8.84
BINARY_ARTIFACTS_BRANCH = 3.0
isEqual(QT_MAJOR_VERSION, 5) {
......
......@@ -4,11 +4,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '2'
property string ide_version_minor: '8'
property string ide_version_release: '83'
property string ide_version_release: '84'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property string ide_compat_version_major: '2'
property string ide_compat_version_minor: '8'
property string ide_compat_version_release: '83'
property string ide_compat_version_release: '84'
property string qtcreator_compat_version: ide_compat_version_major + '.' + ide_compat_version_minor + '.' + ide_compat_version_release
property path ide_source_tree: path
property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
......
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