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

Version bump


Change-Id: I013dc48c3aedc3d586f626e47a9e1f306b4bcefe
Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
parent 014167c8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import "qtc.js" as HelperFunctions
Module {
property string ide_version_major: '4'
property string ide_version_minor: '2'
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
......
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 4.2.1
QTCREATOR_VERSION = 4.2.2
QTCREATOR_COMPAT_VERSION = 4.2.0
VERSION = $$QTCREATOR_VERSION
BINARY_ARTIFACTS_BRANCH = 4.2
......
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