diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-30 14:00:05 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-07 10:45:23 (GMT) |
commit | 7cc67c0392b630942e06d9213a517de70670d870 (patch) | |
tree | cb15bc2431e0bf34f4eca98b3bdf59b1fa83ab22 /src/corelib | |
parent | 712ecafd07eae7e5e3bd2ca5f50703debf966a63 (diff) | |
download | Qt-7cc67c0392b630942e06d9213a517de70670d870.zip Qt-7cc67c0392b630942e06d9213a517de70670d870.tar.gz Qt-7cc67c0392b630942e06d9213a517de70670d870.tar.bz2 |
Bump Qt version to 4.8.5
Change-Id: I7e991d4b1f7f3b5a51170e6ff09e293c4285ea26
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib')
-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 8346e46..b76bee9 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.4" +#define QT_VERSION_STR "4.8.5" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x040804 +#define QT_VERSION 0x040805 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */ |