summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2011-05-24 07:02:17 (GMT)
committerIikka Eklund <iikka.eklund@digia.com>2011-06-16 07:06:03 (GMT)
commitfb596349a579aace0f130d541c4c6674fbaf1da1 (patch)
tree5f5af21463972556328e466900f2e96503433825 /src/corelib
parentd090deecf74e4bad670f9bf4ac9e013e69e27c80 (diff)
downloadQt-fb596349a579aace0f130d541c4c6674fbaf1da1.zip
Qt-fb596349a579aace0f130d541c4c6674fbaf1da1.tar.gz
Qt-fb596349a579aace0f130d541c4c6674fbaf1da1.tar.bz2
Qt version number change into 4.6.4
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 103da13..2b79ecf 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.6.3"
+#define QT_VERSION_STR "4.6.4"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040603
+#define QT_VERSION 0x040604
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/