diff options
author | con <qtc-committer@nokia.com> | 2009-10-29 17:15:55 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2009-10-29 17:15:55 +0100 |
commit | 008168838f54796ffb3a613866376f5b27f73254 (patch) | |
tree | 103f9b1e24d3c59c274979c9074f831cb6491ffd /src/plugins/bineditor | |
parent | 2be0845c7492ad991f23ce5c90c322df788b62b5 (diff) | |
download | qt-creator-008168838f54796ffb3a613866376f5b27f73254.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 7eee3b85b2..c455697fc9 100644 --- a/src/plugins/bineditor/BinEditor.pluginspec +++ b/src/plugins/bineditor/BinEditor.pluginspec @@ -1,4 +1,4 @@ -<plugin name="BinEditor" version="1.2.93" compatVersion="1.2.93"> +<plugin name="BinEditor" version="1.2.94" compatVersion="1.2.94"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2008-2009 Nokia Corporation</copyright> <license> @@ -19,7 +19,7 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license> <description>Binary editor component.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name="Core" version="1.2.93"/> - <dependency name="TextEditor" version="1.2.93"/> + <dependency name="Core" version="1.2.94"/> + <dependency name="TextEditor" version="1.2.94"/> </dependencyList> </plugin> |