aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
-rw-r--r--qbs/modules/qtc/qtc.qbs6
-rw-r--r--qtcreator_ide_branding.pri8
3 files changed, 10 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 353cf93d53..2280aee823 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,9 +5,9 @@ include(FeatureSummary)
#BINARY_ARTIFACTS_BRANCH = master
#PROJECT_USER_FILE_EXTENSION = .user
-set(IDE_VERSION "4.9.82" CACHE STRING "The IDE version.")
-set(IDE_VERSION_COMPAT "4.9.82" CACHE STRING "The IDE Compatibility version.")
-set(IDE_VERSION_DISPLAY "4.10.0-beta1" CACHE STRING "The IDE display version.")
+set(IDE_VERSION "4.9.83" CACHE STRING "The IDE version.")
+set(IDE_VERSION_COMPAT "4.9.83" CACHE STRING "The IDE Compatibility version.")
+set(IDE_VERSION_DISPLAY "4.10.0-beta2" CACHE STRING "The IDE display version.")
set(IDE_COPYRIGHT_YEAR "2019" CACHE STRING "The IDE copyright year.")
set(IDE_REVISION FALSE CACHE BOOL "Marks the presence of IDE revision string.")
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index cfa9839a78..d51dfacf38 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -4,16 +4,16 @@ import qbs.FileInfo
import "qtc.js" as HelperFunctions
Module {
- property string qtcreator_display_version: '4.10.0-beta1'
+ property string qtcreator_display_version: '4.10.0-beta2'
property string ide_version_major: '4'
property string ide_version_minor: '9'
- property string ide_version_release: '82'
+ property string ide_version_release: '83'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
+ ide_version_release
property string ide_compat_version_major: '4'
property string ide_compat_version_minor: '9'
- property string ide_compat_version_release: '82'
+ property string ide_compat_version_release: '83'
property string qtcreator_compat_version: ide_compat_version_major + '.'
+ ide_compat_version_minor + '.' + ide_compat_version_release
diff --git a/qtcreator_ide_branding.pri b/qtcreator_ide_branding.pri
index dc5fd25cf1..2555c59351 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,8 +1,8 @@
-QTCREATOR_VERSION = 4.9.82
-QTCREATOR_COMPAT_VERSION = 4.9.82
-QTCREATOR_DISPLAY_VERSION = 4.10.0-beta1
+QTCREATOR_VERSION = 4.9.83
+QTCREATOR_COMPAT_VERSION = 4.9.83
+QTCREATOR_DISPLAY_VERSION = 4.10.0-beta2
QTCREATOR_COPYRIGHT_YEAR = 2019
-BINARY_ARTIFACTS_BRANCH = master
+BINARY_ARTIFACTS_BRANCH = 4.10
IDE_DISPLAY_NAME = Qt Creator
IDE_ID = qtcreator