summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-07-09 03:24:30 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-09 22:04:39 (GMT)
commit11ed361d1d66f011f6bc56d70d3adc4d235c3e52 (patch)
tree315ef75584bfe2f70f1a22246c956ccfebc1c664 /src/corelib/global
parente576779a537e5e60d1495b6d690561cce8f4cb3b (diff)
downloadQt-11ed361d1d66f011f6bc56d70d3adc4d235c3e52.zip
Qt-11ed361d1d66f011f6bc56d70d3adc4d235c3e52.tar.gz
Qt-11ed361d1d66f011f6bc56d70d3adc4d235c3e52.tar.bz2
Bump Qt version to 4.8.6
Change-Id: I91189c8c33591ef866a4478c113f93162afede95 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/corelib/global')
-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 e914ede..15912a4 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -44,11 +44,11 @@
#include <stddef.h>
-#define QT_VERSION_STR "4.8.5"
+#define QT_VERSION_STR "4.8.6"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040805
+#define QT_VERSION 0x040806
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/