From ccedc853a67da078ace234af7b23fbf861736f3f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 29 Aug 2016 14:35:49 +0200 Subject: [PATCH] Bump version Change-Id: I7badbdbb9ae68550914d3b3bffab99d72eb0b56a --- .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 8c302d7039d..6d42bbdd344 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -4,4 +4,4 @@ CONFIG += warning_clean QT_SOURCE_TREE = $$PWD QT_BUILD_TREE = $$shadowed($$PWD) -MODULE_VERSION = 5.8.0 +MODULE_VERSION = 5.9.0 diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index ac58677b779..7ce4f0a92f1 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -95,10 +95,11 @@ public: Qt_5_6 = 17, Qt_5_7 = Qt_5_6, Qt_5_8 = Qt_5_7, -#if QT_VERSION >= 0x050900 + Qt_5_9 = Qt_5_8, +#if QT_VERSION >= 0x050a00 #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion #endif - Qt_DefaultCompiledVersion = Qt_5_8 + Qt_DefaultCompiledVersion = Qt_5_9 }; enum ByteOrder {