Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Plugin version for win32 fragment

This was slippep throught the cracks when updating the version
number of the plugins. Applied to head and 1.1.

Sebastien


Index: fragment.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.core.win32/fragment.xml,v
retrieving revision 1.5
diff -u -r1.5 fragment.xml
--- fragment.xml 23 Apr 2003 15:02:35 -0000        1.5
+++ fragment.xml          15 May 2003 14:22:48 -0000
@@ -5,7 +5,7 @@
    version="1.1.0"
    provider-name="%providerName"
    plugin-id="org.eclipse.cdt.core"
-   plugin-version="1.0.1">
+   plugin-version="1.1.0">
 
    <runtime>
       <library name="cdt_win32.jar"/>


Back to the top