summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-02-15 12:12:20 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-15 12:12:20 (GMT)
commit7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7 (patch)
treea596538977111576b99b0b89b3bacbf6fb79a957 /src/corelib
parent759cd3d04fd46b5acda5e0e388eec3dfc069cdc4 (diff)
downloadQt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.zip
Qt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.tar.gz
Qt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.tar.bz2
Bump version to 4.6.3.
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 f51849b..9edf929 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.2"
+#define QT_VERSION_STR "4.6.3"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040602
+#define QT_VERSION 0x040603
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/