Bump version
Change-Id: Ide0b1a80ac89b76154ecccbda68398f3a05e1f5d
This commit is contained in:
parent
eda79a467e
commit
f88f93efb6
@ -41,11 +41,11 @@
|
|||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#define QT_VERSION_STR "5.5.0"
|
#define QT_VERSION_STR "5.5.1"
|
||||||
/*
|
/*
|
||||||
QT_VERSION is (major << 16) + (minor << 8) + patch.
|
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))
|
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user