summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-01-19 15:45:46 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-19 15:45:46 (GMT)
commit71a8c4ea5049767a2a83c689fd89a4b685e62aa4 (patch)
treed004fffb01ad3f054eb4aa4a98ad70ad6dac4ceb /src/corelib/global/qglobal.h
parent0586f10054b681492b23db85a31b10fc2b6c301e (diff)
downloadQt-71a8c4ea5049767a2a83c689fd89a4b685e62aa4.zip
Qt-71a8c4ea5049767a2a83c689fd89a4b685e62aa4.tar.gz
Qt-71a8c4ea5049767a2a83c689fd89a4b685e62aa4.tar.bz2
Bump version to 4.6.2.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global/qglobal.h')
-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 f350d1a..abdafc3 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.1"
+#define QT_VERSION_STR "4.6.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040601
+#define QT_VERSION 0x040602
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/