Bump Qt version to 5.1.1

Change-Id: Id5e2e1c69f09e43460e45d8ccf7a430f3052149b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
bb10
Sergio Ahumada 2013-05-28 13:40:22 +02:00 committed by The Qt Project
parent 875480ed99
commit 78511a8afc
1 changed files with 2 additions and 2 deletions

View File

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