summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-24 12:50:05 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-24 12:50:05 +0100
commitb6f84ea2aa13b22ceb2a2f2c12d7a9d9c86742c0 (patch)
tree862d4a5c9da20e600aa67e796d8780a9f17ebc44
parent5ec108eb7a41b818dc49752e7a5c1d3c4f7f3877 (diff)
Bump version
-rw-r--r--.qmake.conf2
-rw-r--r--src/corelib/io/qdatastream.h5
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 {