diff options
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 906aec7..b3d4852 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -48,7 +48,7 @@ /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x040802 +#define QT_VERSION 0x040803 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */ |