From dc469691a95581553196c77c4b81cb4fb9b29f78 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 7 Dec 2014 11:01:05 -0800 Subject: [PATCH] Bump version number to 5.4.1 Change-Id: I54231de422ffc63162e49c587f371c56c3312210 Reviewed-by: Oswald Buddenhagen --- src/corelib/global/qglobal.h | 4 ++-- 1 file 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 -#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)) */