summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-20 12:27:33 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-20 12:27:33 +0200
commit2e5cfa1ad46ecfcfe7aea8950434bedfbbb6f43b (patch)
tree61b515b753496896f4ee79ee398e282597ad6ee2 /src
parent50ce5a68301dee2fd00b7c6ccc615257a2353098 (diff)
Bump version
Diffstat (limited to 'src')
-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 455582e310..6d7874ecb6 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -37,11 +37,11 @@
#include <stddef.h>
-#define QT_VERSION_STR "5.4.2"
+#define QT_VERSION_STR "5.4.3"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050402
+#define QT_VERSION 0x050403
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/