summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-19 12:17:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 19:19:09 +0100
commit02e71a5d8c2a006684e2223084231c07d1fe818f (patch)
tree942506cb7028da0c6bd451e236ad5767d8d24ad3
parent770ef51efa416bf939b237c2e01d7657a7dc6696 (diff)
downloadqtwebsockets-02e71a5d8c2a006684e2223084231c07d1fe818f.tar.gz
Bump module version to 5.3.0
Change-Id: I93120dafc1457de8b24774a81a4303d71974063e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r--.qmake.conf2
-rw-r--r--src/websockets/doc/src/index.qdoc2
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.