From 000d98d826e7b85655456a66522812da338c3f72 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 18 Jun 2014 00:27:55 +0200 Subject: [PATCH] Bump version Change-Id: I867c3b4aecc82095e65bd7f820e7fe6d14005705 --- 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 707e46dd40..d1aae1a681 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -45,11 +45,11 @@ #include -#define QT_VERSION_STR "5.3.1" +#define QT_VERSION_STR "5.3.2" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x050301 +#define QT_VERSION 0x050302 /* can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0)) */