diff options
author | aksalova <akseli.salovaara@digia.com> | 2012-04-17 13:42:49 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-18 11:43:07 (GMT) |
commit | 36820a366bf678cfcf184cb6a30f3e81c9aa0576 (patch) | |
tree | 922179ac7d1302ab996681d0fdfade8ea6fed6d9 /src/corelib/global | |
parent | ced72d66afd8796887e69db05187a46a2cd08e97 (diff) | |
download | Qt-36820a366bf678cfcf184cb6a30f3e81c9aa0576.zip Qt-36820a366bf678cfcf184cb6a30f3e81c9aa0576.tar.gz Qt-36820a366bf678cfcf184cb6a30f3e81c9aa0576.tar.bz2 |
Bump Qt version to 4.8.2
Change-Id: Iecae324b1ae00c0d6fb6ed36a8f4a27f51a31d07
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Reviewed-by: Simo Fält <simo.falt@nokia.com>
Reviewed-by: Juha Kukkonen <ext-juha.kukkonen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 3cbb1c7..ef6d46b 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.8.1" +#define QT_VERSION_STR "4.8.2" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x040801 +#define QT_VERSION 0x040802 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */ |