From e5a332ae54b4aaf598b6b97a3e7e5f876abf28f4 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 29 Aug 2014 11:33:21 +0200 Subject: [PATCH] Bump version Change-Id: I3aa94110b11e181dea1b8551982ce16dab57f893 --- 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 255eb6c00b..c159ea172d 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -45,11 +45,11 @@ #include -#define QT_VERSION_STR "5.3.2" +#define QT_VERSION_STR "5.3.3" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x050302 +#define QT_VERSION 0x050303 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */