diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 17:15:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 17:15:36 -0600 |
commit | b2c9e95e1abb1d8b22ee62ba1ea547d3adf28146 (patch) | |
tree | 8087f385d64edc76f524b3960cb8437e372c613b /src/tools | |
parent | 73317530404b6ba80dc371be126ddd59d0438fc3 (diff) | |
download | tqt3-b2c9e95e1abb1d8b22ee62ba1ea547d3adf28146.tar.gz tqt3-b2c9e95e1abb1d8b22ee62ba1ea547d3adf28146.zip |
Update from qt3
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/qglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h index 74dab69e6..b888c7be4 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) |