summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-29 10:47:21 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-29 10:47:21 +0200
commitf88f93efb6b6b0bc594e4ebae6dc00efa3a19562 (patch)
tree25b721edb56a4bb6cee7058f1ac0ea84f50985b2 /src
parenteda79a467ee7e45f3de63973b633e2a790b613eb (diff)
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qglobal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index cbba6409e3..97c5f37cab 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -41,11 +41,11 @@
#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.
*/
-#define QT_VERSION 0x050500
+#define QT_VERSION 0x050501
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/