Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorDoug Schaefer2004-12-22 19:49:22 +0000
committerDoug Schaefer2004-12-22 19:49:22 +0000
commit0583121e4333fa1b997d268776021b42d29e735b (patch)
tree285690414619a3d0742839cfc63fa86318713743 /launch
parent38f71e03c84123748ee897e5ba5b715736e2b0c2 (diff)
downloadorg.eclipse.cdt-0583121e4333fa1b997d268776021b42d29e735b.tar.gz
org.eclipse.cdt-0583121e4333fa1b997d268776021b42d29e735b.tar.xz
org.eclipse.cdt-0583121e4333fa1b997d268776021b42d29e735b.zip
Updated the version numbers to 3.0.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 50a1a4eb0ea..9361d7527c9 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.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">

Back to the top