Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorDoug Schaefer2004-07-15 15:54:47 +0000
committerDoug Schaefer2004-07-15 15:54:47 +0000
commit739203fe556289627c793ac2d90951a100f9013e (patch)
treed74d9904f4f9dc804ef3d0793c17bdd035396834 /launch
parent757f7d44bc09acf7464969886cfca4b40f1dd6f2 (diff)
downloadorg.eclipse.cdt-739203fe556289627c793ac2d90951a100f9013e.tar.gz
org.eclipse.cdt-739203fe556289627c793ac2d90951a100f9013e.tar.xz
org.eclipse.cdt-739203fe556289627c793ac2d90951a100f9013e.zip
Upversioning head to 2.1.0.
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index d6db22674f3..a455fce0a59 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.cdt.launch"
name="%pluginName"
- version="2.0.0"
+ version="2.1.0"
provider-name="%providerName"
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">

Back to the top