Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-08-26 14:25:09 +0000
committerDavid Inglis2002-08-26 14:25:09 +0000
commit54dd5f96bee4c0bbd6307da5b29150ed8f1eb888 (patch)
tree6439d6ce043458a90e90864f9d2c7de59ef47e7c /launch/org.eclipse.cdt.launch/plugin.xml
parentb6e6b566987f78006575e9971dfda8c38b3cc586 (diff)
downloadorg.eclipse.cdt-54dd5f96bee4c0bbd6307da5b29150ed8f1eb888.tar.gz
org.eclipse.cdt-54dd5f96bee4c0bbd6307da5b29150ed8f1eb888.tar.xz
org.eclipse.cdt-54dd5f96bee4c0bbd6307da5b29150ed8f1eb888.zip
change version number
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index 07b3d7ea2c6..737076bb5d8 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.launch"
name="CDT Launch Plug-in"
- version="0.0.1"
+ version="1.0.0"
provider-name="QNX Software Systems Ltd."
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">
@@ -47,4 +47,5 @@
id="org.eclipse.cdt.launch.localClaunchConfigurationTabGroup">
</launchConfigurationTabGroup>
</extension>
+
</plugin>

Back to the top