diff options
-rw-r--r-- | .qmake.conf | 2 | ||||
-rw-r--r-- | src/websockets/doc/src/index.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf index 7313595..bb45dc5 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -3,4 +3,4 @@ load(qt_build_config) CONFIG += qt_example_installs CONFIG += warning_clean -MODULE_VERSION = 5.2.0 +MODULE_VERSION = 5.3.0 diff --git a/src/websockets/doc/src/index.qdoc b/src/websockets/doc/src/index.qdoc index 23461b6..c9268b6 100644 --- a/src/websockets/doc/src/index.qdoc +++ b/src/websockets/doc/src/index.qdoc @@ -27,7 +27,7 @@ /*! \page qtwebsockets-index.html - \since 5.2 + \since 5.3 \title Qt WebSockets \brief Provides an implementation of the WebSocket protocol. |