summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-01-15 16:20:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-15 21:32:41 +0100
commit7b82406569c236b5adc6127b0e6d736236784a15 (patch)
tree40d766de9453a45ffd61a70717c11e94c1c8b9a6
parente746aa6e93dff5819aeee8460edbe09e2258f791 (diff)
Bump Qt version to 5.2.2
Change-Id: Ia7dd68e0a280d12eba28932b4c5edb9948310a1e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--src/corelib/global/qglobal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index d8c987d2e0..9bba21210c 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -45,11 +45,11 @@
#include <stddef.h>
-#define QT_VERSION_STR "5.2.1"
+#define QT_VERSION_STR "5.2.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050201
+#define QT_VERSION 0x050202
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/