summaryrefslogtreecommitdiffstats
path: root/src/tools/qglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qglobal.h')
-rw-r--r--src/tools/qglobal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h
index 74dab69e..b888c7be 100644
--- a/src/tools/qglobal.h
+++ b/src/tools/qglobal.h
@@ -43,11 +43,11 @@
#define TQT_REAL_TQT 1
-#define QT_VERSION_STR "3.3.8d"
+#define QT_VERSION_STR "3.4.0"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x030308
+#define QT_VERSION 0x030400
/*
The operating system, must be one of: (Q_OS_x)