Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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