summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-02-01 11:05:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-01 23:42:03 +0100
commit2aa9f5d153ee9db1c904fdf98e814feb938e7bb2 (patch)
treec19f6fae12eb337cee3e1fa2155c0d99f507a0f2 /src/corelib/global/qglobal.h
parent864e1ceaf628e823103ae2d28d2c983400ba38c7 (diff)
Bump Qt version to 5.0.2
Change-Id: I573601fb609cdb632fbb422920801a24be4c0448 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
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 6da275712f..13bdc7553f 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.0.1"
+#define QT_VERSION_STR "5.0.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050001
+#define QT_VERSION 0x050002
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/