Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Change-Id: I7badbdbb9ae68550914d3b3bffab99d72eb0b56a
  • Loading branch information
ossilator committed Aug 29, 2016
1 parent b012f55 commit ccedc85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions src/corelib/io/qdatastream.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ class Q_CORE_EXPORT QDataStream
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 {
Expand Down

0 comments on commit ccedc85

Please sign in to comment.