summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorTimo Turunen <timo.p.turunen@nokia.com>2011-03-09 08:56:55 (GMT)
committerTimo Turunen <timo.p.turunen@nokia.com>2011-03-09 08:56:55 (GMT)
commite90cff53cdd7bf0bdfed1f2e8efb90539c6f33ba (patch)
treed1752b463b2aa749d00543504348d5c8599e0e4f /src/corelib
parentc0756297da324069839622217e3cb38c8a745e33 (diff)
downloadQt-e90cff53cdd7bf0bdfed1f2e8efb90539c6f33ba.zip
Qt-e90cff53cdd7bf0bdfed1f2e8efb90539c6f33ba.tar.gz
Qt-e90cff53cdd7bf0bdfed1f2e8efb90539c6f33ba.tar.bz2
Bump Qt version to 4.7.3
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib')
-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 fcee35d..da5db3a 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.2"
+#define QT_VERSION_STR "4.7.3"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040702
+#define QT_VERSION 0x040703
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/