From f88f93efb6b6b0bc594e4ebae6dc00efa3a19562 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 29 Jun 2015 10:47:21 +0200 Subject: [PATCH] Bump version Change-Id: Ide0b1a80ac89b76154ecccbda68398f3a05e1f5d --- 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 cbba6409e3b..97c5f37cab0 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -41,11 +41,11 @@ #include -#define QT_VERSION_STR "5.5.0" +#define QT_VERSION_STR "5.5.1" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x050500 +#define QT_VERSION 0x050501 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */