Bump Qt version to 5.3.1

Change-Id: Ie84329ab67143c3a8560bc49c4f0f8e0c423bdfc
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
bb10
Sergio Ahumada 2014-04-17 16:55:25 +02:00 committed by The Qt Project
parent 207598fd8e
commit f0e8f9c4de
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@
#include <stddef.h>
#define QT_VERSION_STR "5.3.0"
#define QT_VERSION_STR "5.3.1"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
#define QT_VERSION 0x050300
#define QT_VERSION 0x050301
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/