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 /share | |
parent | 308d8c363f8624c0a0013cdd287ac929484fe750 (diff) | |
download | qt-creator-2e1001621042a5704e504821fd5677733ffd9167.tar.gz |
Version update to match the planned version naming.
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec index 8946d481a2..5e8d66806e 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec @@ -5,6 +5,6 @@ <description>%Description%</description> <url>%URL%</url> <dependencyList> - <dependency name="Core" version="2.0.80"/> + <dependency name="Core" version="2.1.80"/> </dependencyList> </plugin> |