diff options
author | con <qtc-committer@nokia.com> | 2010-06-11 16:41:11 +0200 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2010-06-11 16:41:11 +0200 |
commit | 2e1001621042a5704e504821fd5677733ffd9167 (patch) | |
tree | f83fddc89ca8b3e40fbf87505e833b35489290ef /src/plugins/locator | |
parent | 308d8c363f8624c0a0013cdd287ac929484fe750 (diff) | |
download | qt-creator-2e1001621042a5704e504821fd5677733ffd9167.tar.gz |
Version update to match the planned version naming.
Diffstat (limited to 'src/plugins/locator')
-rw-r--r-- | src/plugins/locator/Locator.pluginspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/locator/Locator.pluginspec b/src/plugins/locator/Locator.pluginspec index 47c683e1bc..4f358fd12d 100644 --- a/src/plugins/locator/Locator.pluginspec +++ b/src/plugins/locator/Locator.pluginspec @@ -1,4 +1,4 @@ -<plugin name="Locator" version="2.0.80" compatVersion="2.0.80"> +<plugin name="Locator" version="2.1.80" compatVersion="2.1.80"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2010 Nokia Corporation</copyright> <license> @@ -14,6 +14,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General <description>Provides the Locator widget and the hooks for Locator filter implementations.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name="Core" version="2.0.80"/> + <dependency name="Core" version="2.1.80"/> </dependencyList> </plugin> |