forked from qt-creator/qt-creator
Version bump
Change-Id: I8fb6aa026c8f27908b789dbf909af223e8a66316 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -5,7 +5,7 @@ import "qtc.js" as HelperFunctions
|
||||
Module {
|
||||
property string ide_version_major: '4'
|
||||
property string ide_version_minor: '1'
|
||||
property string ide_version_release: '0'
|
||||
property string ide_version_release: '1'
|
||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
|
||||
+ ide_version_release
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||
QTCREATOR_PRI_INCLUDED = 1
|
||||
|
||||
QTCREATOR_VERSION = 4.1.0
|
||||
QTCREATOR_VERSION = 4.1.1
|
||||
QTCREATOR_COMPAT_VERSION = 4.1.0
|
||||
VERSION = $$QTCREATOR_VERSION
|
||||
BINARY_ARTIFACTS_BRANCH = 4.1
|
||||
|
Reference in New Issue
Block a user