Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Change-Id: I33ea33c0ecfe42cd25cb9f3a37b7aad72717edd2
Reviewed-by: Jani Heikkinen <[email protected]>
  • Loading branch information
paulwicking committed Dec 15, 2020
1 parent 98292b3 commit 0a7f929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DEFINES += QT_NO_JAVA_STYLE_ITERATORS
QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD)

MODULE_VERSION = 6.0.0
MODULE_VERSION = 6.1.0
1 change: 1 addition & 0 deletions src/corelib/serialization/qdatastream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ void QDataStream::setByteOrder(ByteOrder bo)
\value Qt_5_14 Same as Qt_5_13
\value Qt_5_15 Same as Qt_5_13
\value Qt_6_0 Version 20 (Qt 6.0)
\value Qt_6_1 Same as Qt_6_0
\omitvalue Qt_DefaultCompiledVersion
\sa setVersion(), version()
Expand Down

0 comments on commit 0a7f929

Please sign in to comment.