Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-10-01 20:23:21 +0000
committerDoug Schaefer2003-10-01 20:23:21 +0000
commitfe07db2d7235fe78a3134d47c09dbbbdbce450a7 (patch)
treee6f150ae50857b9952e809f4eb9cbc349d4fe2c1 /debug/org.eclipse.cdt.debug.core/plugin.xml
parent0c5318d47617dc74be0ef76680caad92d41a120c (diff)
downloadorg.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.tar.gz
org.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.tar.xz
org.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.zip
Upversioning everything to 1.2.0.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.xml b/debug/org.eclipse.cdt.debug.core/plugin.xml
index 0dda5cb366e..8db11ec524e 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.core/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.debug.core"
name="%pluginName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
class="org.eclipse.cdt.debug.core.CDebugCorePlugin">

Back to the top