diff options
author | Darrell Anderson <[email protected]> | 2012-08-08 15:38:47 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-08-08 15:38:47 -0500 |
commit | 785106b36c47923c338b6d3d61584eea448863ca (patch) | |
tree | 6b2bbbde4a5ff5e43c1c9ec31ad0bd72ea43e0df /src/tools/ntqglobal.h | |
parent | 7d22e97622a6b963382b88aac6dfde06a2cd8f03 (diff) | |
parent | 43db215f601fd50f1fd8b502fae30c75c1bdee4a (diff) | |
download | tqt3-785106b36c47923c338b6d3d61584eea448863ca.tar.gz tqt3-785106b36c47923c338b6d3d61584eea448863ca.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/tools/ntqglobal.h')
-rw-r--r-- | src/tools/ntqglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index de5ed88e6..bc8cb99d8 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -43,11 +43,11 @@ #define TQT_REAL_TQT 1 -#define TQT_VERSION_STR "3.4.0" +#define TQT_VERSION_STR "3.5.0" /* TQT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define TQT_VERSION 0x030400 +#define TQT_VERSION 0x030500 /* The operating system, must be one of: (Q_OS_x) |