summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-29 11:33:21 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-29 11:33:21 +0200
commite5a332ae54b4aaf598b6b97a3e7e5f876abf28f4 (patch)
tree2c2cfde2dd541ee7ab6510cb287d1b0d737dcbdb
parent9c3a58a913a7e59359146264ee59d40d703d4db2 (diff)
Bump version
-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 255eb6c00b..c159ea172d 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.2"
+#define QT_VERSION_STR "5.3.3"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050302
+#define QT_VERSION 0x050303
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/