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