forked from qt-creator/qt-creator
Version bump
Change-Id: I86e238f87756e66fec1b8f3355ce289c55aa4f22 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
!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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user