Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2002-09-11 18:03:33 +0000
committerDean Roberts2002-09-11 18:03:33 +0000
commit70f103b56c946877292ac8e0bdd3f464d2a62db7 (patch)
tree1b853d22341e3821ce397d7638b73d5363d55e8a /org.eclipse.debug.core/plugin.xml
parent1263714a9ff7a9865fc0c77cc98365b049ed47a1 (diff)
downloadeclipse.platform.debug-70f103b56c946877292ac8e0bdd3f464d2a62db7.tar.gz
eclipse.platform.debug-70f103b56c946877292ac8e0bdd3f464d2a62db7.tar.xz
eclipse.platform.debug-70f103b56c946877292ac8e0bdd3f464d2a62db7.zip
Change plugin and feature versions 2.1.0
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index b80102e92..00c7ead81 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.debug.core"
name="%pluginName"
- version="2.0.0"
+ version="2.1.0"
provider-name="%providerName"
class="org.eclipse.debug.core.DebugPlugin">
<!-- Required plugins -->

Back to the top