summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-06-15 04:44:51 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-06-15 04:44:51 (GMT)
commitd3cd976b8eb3de15a07b0ca9280731958a0147d8 (patch)
tree951c9fe1769748d6962ff27300b784a39a9217a6 /src/corelib/global
parentdf1b8802c121790e9c1be3221b49fc1de410ed52 (diff)
downloadQt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.zip
Qt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.tar.gz
Qt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.tar.bz2
Bump version number after 4.6.3 release.
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 7825f82..ef82b3f 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))
*/