diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-25 12:03:46 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-25 12:03:46 (GMT) |
commit | 2d9aaff174d70953ed1f98c24baaf0c9abac78aa (patch) | |
tree | 5335288e98d0d72684ad2c2590f2f698330136e5 /src/corelib | |
parent | 43a64353939cef7d8c0fbc3d976940f47e142cba (diff) | |
download | Qt-2d9aaff174d70953ed1f98c24baaf0c9abac78aa.zip Qt-2d9aaff174d70953ed1f98c24baaf0c9abac78aa.tar.gz Qt-2d9aaff174d70953ed1f98c24baaf0c9abac78aa.tar.bz2 |
Bump Qt version number.
Reviewed-by: Trust Me
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 b8a9024..63f6c31 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.5.2" +#define QT_VERSION_STR "4.5.3" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x040502 +#define QT_VERSION 0x040503 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */ |