Version update to match the planned version naming.

This commit is contained in:
con
2010-06-11 16:41:11 +02:00
parent 308d8c363f
commit 2e10016210
39 changed files with 139 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
<plugin name="Debugger" version="2.0.80" compatVersion="2.0.80">
<plugin name="Debugger" version="2.1.80" compatVersion="2.1.80">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2010 Nokia Corporation</copyright>
<license>
@@ -14,10 +14,10 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<description>Debugger integration.</description>
<url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="CppEditor" version="2.0.80"/><!-- Debugger plugin adds items to the editor's context menu -->
<dependency name="ProjectExplorer" version="2.0.80"/>
<dependency name="Core" version="2.0.80"/>
<dependency name="Find" version="2.0.80"/>
<dependency name="CppEditor" version="2.1.80"/><!-- Debugger plugin adds items to the editor's context menu -->
<dependency name="ProjectExplorer" version="2.1.80"/>
<dependency name="Core" version="2.1.80"/>
<dependency name="Find" version="2.1.80"/>
</dependencyList>
<argumentList>
<argument name="-disable-cdb">Disable Cdb debugger engine</argument>