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

Version bump

Change-Id: I796d981e9b19a54d9ef9ef735d0f72d9ad0b1d34
parent 7932a9dd
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 = 3.0.82
QTCREATOR_COMPAT_VERSION = 3.0.82
QTCREATOR_VERSION = 3.0.84
QTCREATOR_COMPAT_VERSION = 3.0.84
BINARY_ARTIFACTS_BRANCH = 3.1
# enable c++11 on everything but mac/release (breaks 10.6)
......
......@@ -4,11 +4,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '0'
property string ide_version_release: '82'
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: '3'
property string ide_compat_version_minor: '0'
property string ide_compat_version_release: '82'
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