summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-11-12 03:23:41 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-11-12 03:23:41 (GMT)
commit924be25253471ababfcf560a6ca098543838c0aa (patch)
tree0fef363372f179771328a86db94188165c241f6b /src/corelib/global
parentd16fcbc6d6b00770a5106027c24ed7cf7e92c1d5 (diff)
downloadQt-924be25253471ababfcf560a6ca098543838c0aa.zip
Qt-924be25253471ababfcf560a6ca098543838c0aa.tar.gz
Qt-924be25253471ababfcf560a6ca098543838c0aa.tar.bz2
Bump Qt version to 4.7.2.
Reviewed-by: Trust Me
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 35607d5..b148a1d 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.7.1"
+#define QT_VERSION_STR "4.7.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040701
+#define QT_VERSION 0x040702
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/