summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorEckhart Koppen <eckhart.koppen@nokia.com>2011-05-13 13:22:30 +0300
committerEckhart Koppen <eckhart.koppen@nokia.com>2011-05-13 13:22:30 +0300
commit23d98f70b9303777c880e5caf1e2c1a30ec1885e (patch)
tree484e57004a736e69d5ae12e570c1e6ee265e99c9 /src/corelib
parent7d756ed7186f80d700eac5b963b63d4290d08fcd (diff)
Updated Qt and QtBase module version number to 5.0.0
Updated version in qglobal.h as well as the module version itself
Diffstat (limited to 'src/corelib')
-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 35edcdb1a1..a16bf2599d 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.0"
+#define QT_VERSION_STR "5.0.0"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040800
+#define QT_VERSION 0x050000
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/