summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-06-18 00:27:55 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-06-18 00:27:55 +0200
commit000d98d826e7b85655456a66522812da338c3f72 (patch)
tree0dcbbfd4c4323feeb51997818bc431bc0a2075bc /src/corelib/global/qglobal.h
parentcf7805d3644f762ac9b70de72eaa9f847bc95f89 (diff)
Bump version
Diffstat (limited to 'src/corelib/global/qglobal.h')
-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 707e46dd40..d1aae1a681 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.3.1"
+#define QT_VERSION_STR "5.3.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050301
+#define QT_VERSION 0x050302
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/