summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorTimo Turunen <timo.p.turunen@nokia.com>2011-03-21 14:04:35 (GMT)
committerTimo Turunen <timo.p.turunen@nokia.com>2011-03-21 14:04:35 (GMT)
commitf92501a82f5bca1ccac07ed17850c84b281a1fb1 (patch)
tree755e520395406aa7b010759413c7ec9c61ce2f42 /src/qbase.pri
parente6b61b98f46918d2770a0147a42d10f0a0e18ca8 (diff)
downloadQt-f92501a82f5bca1ccac07ed17850c84b281a1fb1.zip
Qt-f92501a82f5bca1ccac07ed17850c84b281a1fb1.tar.gz
Qt-f92501a82f5bca1ccac07ed17850c84b281a1fb1.tar.bz2
Bump Qt version to 4.7.4
Reviewed-by: Trust Me
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index babea56..5d78336 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -4,7 +4,7 @@ INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat
isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700
TEMPLATE = lib
isEmpty(QT_MAJOR_VERSION) {
- VERSION=4.7.3
+ VERSION=4.7.4
} else {
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
}