summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-06-15 04:44:51 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-06-15 04:44:51 (GMT)
commitd3cd976b8eb3de15a07b0ca9280731958a0147d8 (patch)
tree951c9fe1769748d6962ff27300b784a39a9217a6 /src/plugins
parentdf1b8802c121790e9c1be3221b49fc1de410ed52 (diff)
downloadQt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.zip
Qt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.tar.gz
Qt-d3cd976b8eb3de15a07b0ca9280731958a0147d8.tar.bz2
Bump version number after 4.6.3 release.
Reviewed-by: Trust Me
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/qpluginbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qpluginbase.pri b/src/plugins/qpluginbase.pri
index f6a8f87..7eecf03 100644
--- a/src/plugins/qpluginbase.pri
+++ b/src/plugins/qpluginbase.pri
@@ -1,6 +1,6 @@
TEMPLATE = lib
isEmpty(QT_MAJOR_VERSION) {
- VERSION=4.6.3
+ VERSION=4.6.4
} else {
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
}