diff options
author | con <qtc-committer@nokia.com> | 2010-11-02 11:15:12 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2010-11-02 11:15:12 +0100 |
commit | d7216e84ccf7b32118a6d67b775362f743e39aee (patch) | |
tree | 84151c2d076bd33711127bd62752bc5fc6d06fc2 /src/plugins/bineditor | |
parent | 5abfdbc16065a7ce6a7f31606449c78bdd9e8fd2 (diff) | |
download | qt-creator-d7216e84ccf7b32118a6d67b775362f743e39aee.tar.gz |
Version bump.
Diffstat (limited to 'src/plugins/bineditor')
-rw-r--r-- | src/plugins/bineditor/BinEditor.pluginspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/bineditor/BinEditor.pluginspec b/src/plugins/bineditor/BinEditor.pluginspec index 0f82dfdc16..23815082bb 100644 --- a/src/plugins/bineditor/BinEditor.pluginspec +++ b/src/plugins/bineditor/BinEditor.pluginspec @@ -1,4 +1,4 @@ -<plugin name="BinEditor" version="2.0.93" compatVersion="2.0.93"> +<plugin name="BinEditor" version="2.0.94" compatVersion="2.0.94"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2010 Nokia Corporation</copyright> <license> @@ -14,7 +14,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General <description>Binary editor component.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name="Core" version="2.0.93"/> - <dependency name="TextEditor" version="2.0.93"/> + <dependency name="Core" version="2.0.94"/> + <dependency name="TextEditor" version="2.0.94"/> </dependencyList> </plugin> |