summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-12-01 06:54:19 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-12-01 06:54:19 (GMT)
commit9507cc2f4ed59b9d0e6ffd24f660089f035a805b (patch)
treec5f7d8a3c559334fd05ea47df9bb2986a8a79c40 /src/corelib/global/qglobal.h
parent61f2b450560887651b3350e63bdd75609e3b6752 (diff)
downloadQt-9507cc2f4ed59b9d0e6ffd24f660089f035a805b.zip
Qt-9507cc2f4ed59b9d0e6ffd24f660089f035a805b.tar.gz
Qt-9507cc2f4ed59b9d0e6ffd24f660089f035a805b.tar.bz2
Bump version to 4.6.1
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global/qglobal.h')
-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 2e9f839..6623e0c 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.6.0"
+#define QT_VERSION_STR "4.6.1"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QT_VERSION 0x040600
+#define QT_VERSION 0x040601
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/