From b6f84ea2aa13b22ceb2a2f2c12d7a9d9c86742c0 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 24 Feb 2016 12:50:05 +0100 Subject: [PATCH] Bump version Change-Id: Ie10f5c3a922b810b2f5b09f6ebb65aae918d30f1 --- .qmake.conf | 2 +- src/corelib/io/qdatastream.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.qmake.conf b/.qmake.conf index 7121ac2008..e6301f2d22 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -5,4 +5,4 @@ CONFIG += warning_clean QT_SOURCE_TREE = $$PWD QT_BUILD_TREE = $$shadowed($$PWD) -MODULE_VERSION = 5.7.0 +MODULE_VERSION = 5.8.0 diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index e4cd3b3509..76d173bb3e 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -91,10 +91,11 @@ public: Qt_5_5 = Qt_5_4, Qt_5_6 = 17, Qt_5_7 = Qt_5_6, -#if QT_VERSION >= 0x050800 + Qt_5_8 = Qt_5_7, +#if QT_VERSION >= 0x050900 #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion #endif - Qt_DefaultCompiledVersion = Qt_5_7 + Qt_DefaultCompiledVersion = Qt_5_8 }; enum ByteOrder {