Bump version

Change-Id: I5561df4b90b02d88bb2fc7b52d74487e71efce7d
This commit is contained in:
Kari Oikarinen 2019-02-25 09:37:31 +02:00
parent 19a9768f1a
commit 36c2ceca95
3 changed files with 5 additions and 3 deletions

View File

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

View File

@ -561,6 +561,7 @@ void QDataStream::setByteOrder(ByteOrder bo)
\value Qt_5_11 Same as Qt_5_6
\value Qt_5_12 Version 18 (Qt 5.12)
\value Qt_5_13 Version 19 (Qt 5.13)
\value Qt_5_14 Same as Qt_5_13
\omitvalue Qt_DefaultCompiledVersion
\sa setVersion(), version()

View File

@ -100,10 +100,11 @@ public:
Qt_5_11 = Qt_5_10,
Qt_5_12 = 18,
Qt_5_13 = 19,
#if QT_VERSION >= 0x050e00
Qt_5_14 = Qt_5_13,
#if QT_VERSION >= 0x050f00
#error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
#endif
Qt_DefaultCompiledVersion = Qt_5_13
Qt_DefaultCompiledVersion = Qt_5_14
};
enum ByteOrder {