summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-04-24 11:52:34 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-04-24 12:23:51 +0200
commit10fa7986020c75da0ce68ec051a1086bd6bf5bf4 (patch)
treeef02f069ae218cda19bc1967a4dffd02c8f62897 /src/qbase.pri
parent495a818a439c9ad62f9af696f6c3fdc5b0065e07 (diff)
Change Qt version number to 4.5.2
Reviewed-By: TrustMe
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 e9da61d82e..f7c8a959df 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.5.1
+ VERSION=4.5.2
} else {
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
}