summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-04-24 11:52:34 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-04-24 12:23:51 +0200
commit10fa7986020c75da0ce68ec051a1086bd6bf5bf4 (patch)
treeef02f069ae218cda19bc1967a4dffd02c8f62897 /src/corelib/global
parent495a818a439c9ad62f9af696f6c3fdc5b0065e07 (diff)
Change Qt version number to 4.5.2
Reviewed-By: TrustMe
Diffstat (limited to 'src/corelib/global')
-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 d0855fee67..36d87e2da4 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -44,11 +44,11 @@
#include <stddef.h>
-#define QT_VERSION_STR "4.5.1"
+#define QT_VERSION_STR "4.5.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040501
+#define QT_VERSION 0x040502
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/