summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorjutaipal <juhani.taipale@digia.com>2012-10-05 12:58:21 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-08 19:23:53 (GMT)
commitceddcb631348f3b150f6e1882fa1a265c503c6df (patch)
treef420889eeb8b53e33f803f27aef5c94dc056ffc7 /src/corelib/global
parentd408593c1acbdde72b03e6a99816451224d7839d (diff)
downloadQt-ceddcb631348f3b150f6e1882fa1a265c503c6df.zip
Qt-ceddcb631348f3b150f6e1882fa1a265c503c6df.tar.gz
Qt-ceddcb631348f3b150f6e1882fa1a265c503c6df.tar.bz2
Changed Qt release version to 4.8.4
Change-Id: I45f7894f7e79617b6ccb8caa464bbbffaf9dd7b5 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Lars Knoll <lars.knoll@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 7f4165f..8346e46 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.3"
+#define QT_VERSION_STR "4.8.4"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040803
+#define QT_VERSION 0x040804
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/