Bump version

Change-Id: I7badbdbb9ae68550914d3b3bffab99d72eb0b56a
This commit is contained in:
Oswald Buddenhagen 2016-08-29 14:35:49 +02:00
parent b012f55017
commit ccedc853a6
2 changed files with 4 additions and 3 deletions

View File

@ -4,4 +4,4 @@ CONFIG += warning_clean
QT_SOURCE_TREE = $$PWD QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD) QT_BUILD_TREE = $$shadowed($$PWD)
MODULE_VERSION = 5.8.0 MODULE_VERSION = 5.9.0

View File

@ -95,10 +95,11 @@ public:
Qt_5_6 = 17, Qt_5_6 = 17,
Qt_5_7 = Qt_5_6, Qt_5_7 = Qt_5_6,
Qt_5_8 = Qt_5_7, 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 #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
#endif #endif
Qt_DefaultCompiledVersion = Qt_5_8 Qt_DefaultCompiledVersion = Qt_5_9
}; };
enum ByteOrder { enum ByteOrder {