Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Change-Id: Ie9cfae74f7566a171de5fd281c8b2f7885f5a5b2
Reviewed-by: Eike Ziller <[email protected]>
  • Loading branch information
e4z9 committed Dec 15, 2015
1 parent d7f255b commit e492d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions qtcreator.pri
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1

QTCREATOR_VERSION = 3.6.0
QTCREATOR_COMPAT_VERSION = 3.6.0
BINARY_ARTIFACTS_BRANCH = 3.6
QTCREATOR_VERSION = 3.6.82
QTCREATOR_COMPAT_VERSION = 3.6.82
BINARY_ARTIFACTS_BRANCH = master

# enable c++11
CONFIG += c++11
Expand Down
4 changes: 2 additions & 2 deletions qtcreator.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '6'
property string ide_version_release: '0'
property string ide_version_release: '82'
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: '6'
property string ide_compat_version_release: '0'
property string ide_compat_version_release: '82'
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"
Expand Down

0 comments on commit e492d63

Please sign in to comment.