summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-23 11:51:08 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-23 20:12:23 +0200
commit366aba402f7ed53f83447f23d044cbc950f87252 (patch)
tree050548a1aa592d76352624df078a787ead57aed5 /src
parent54987c6bf55b159d3ddb79461439700f6e0111f9 (diff)
Bump Qt version to 5.1.2
Change-Id: Ibe3e6a37a874b75ea9a20e0a9ed8aa5f21bf6be2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
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 4e63e5d0ba..cde3e96ed1 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.1.1"
+#define QT_VERSION_STR "5.1.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050101
+#define QT_VERSION 0x050102
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/