summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-02-15 12:12:20 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-15 12:12:20 (GMT)
commit7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7 (patch)
treea596538977111576b99b0b89b3bacbf6fb79a957 /src/plugins
parent759cd3d04fd46b5acda5e0e388eec3dfc069cdc4 (diff)
downloadQt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.zip
Qt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.tar.gz
Qt-7fc8fdc43e8f898908f2e8fc60f3c22b0cd47db7.tar.bz2
Bump version to 4.6.3.
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 3af8b40..3fd3657 100644
--- a/src/plugins/qpluginbase.pri
+++ b/src/plugins/qpluginbase.pri
@@ -1,6 +1,6 @@
TEMPLATE = lib
isEmpty(QT_MAJOR_VERSION) {
- VERSION=4.6.2
+ VERSION=4.6.3
} else {
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
}