summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-07 11:01:05 -0800
committerThiago Macieira <thiago.macieira@intel.com>2014-12-13 05:12:17 +0100
commitdc469691a95581553196c77c4b81cb4fb9b29f78 (patch)
tree14d536eb063411eb15e4b8fa3dd82ed588edb828 /src/corelib/global
parentdfccd78aa671364346bc9c4d1203dcb54d008a07 (diff)
Bump version number to 5.4.1
Change-Id: I54231de422ffc63162e49c587f371c56c3312210 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/global')
-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 f17ff3dea0..cb8bd15d8d 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -37,11 +37,11 @@
#include <stddef.h>
-#define QT_VERSION_STR "5.4.0"
+#define QT_VERSION_STR "5.4.1"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x050400
+#define QT_VERSION 0x050401
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/