Skip to content
Snippets Groups Projects
Commit 1329b92a authored by Kai Koehne's avatar Kai Koehne Committed by hjk
Browse files

Version bump


Change-Id: I86e238f87756e66fec1b8f3355ce289c55aa4f22
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent a3bdff07
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.6.81
QTCREATOR_VERSION = 2.6.82
isEqual(QT_MAJOR_VERSION, 5) {
......
......@@ -5,7 +5,7 @@ import "qbs/defaults.js" as Defaults
Project {
property string ide_version_major: '2'
property string ide_version_minor: '6'
property string ide_version_release: '81'
property string ide_version_release: '82'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
moduleSearchPaths: "qbs"
......
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