From ccedc853a67da078ace234af7b23fbf861736f3f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 29 Aug 2016 14:35:49 +0200 Subject: Bump version Change-Id: I7badbdbb9ae68550914d3b3bffab99d72eb0b56a --- src/corelib/io/qdatastream.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index ac58677b77..7ce4f0a92f 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 { -- cgit v1.2.3