summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-09-01 16:36:51 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-09-01 16:36:51 (GMT)
commit35d05651d3eabeb981f0ffa0251410df4d991d36 (patch)
treef660653192dfd27f8d6c55247ba613bdc4dddd8c /src/corelib/global
parentc8fa42b2475980763f24b0df17a6fde5fe4a0c86 (diff)
downloadQt-35d05651d3eabeb981f0ffa0251410df4d991d36.zip
Qt-35d05651d3eabeb981f0ffa0251410df4d991d36.tar.gz
Qt-35d05651d3eabeb981f0ffa0251410df4d991d36.tar.bz2
Long live Qt 4.7
Update Qt version markers to indicate Qt 4.7.0. The Qt 4.6 branch point was actually 6 commits ago...
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 c34fc31..da53289 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.6.0"
+#define QT_VERSION_STR "4.7.0"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040600
+#define QT_VERSION 0x040700
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/