Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2002-09-11 18:13:52 +0000
committerDean Roberts2002-09-11 18:13:52 +0000
commit0a14feb0fa8f76ef2eb6a7364f359469702396cb (patch)
treeed7c12a502917259c5aaf7ee9fea0aea241389dd /examples/org.eclipse.swt.examples.paint/plugin.xml
parent8bedadc1ad84a72b37cece105bd7a1de83f30469 (diff)
downloadeclipse.platform.swt-0a14feb0fa8f76ef2eb6a7364f359469702396cb.tar.gz
eclipse.platform.swt-0a14feb0fa8f76ef2eb6a7364f359469702396cb.tar.xz
eclipse.platform.swt-0a14feb0fa8f76ef2eb6a7364f359469702396cb.zip
Change plugin and feature versions 2.1.0
Diffstat (limited to 'examples/org.eclipse.swt.examples.paint/plugin.xml')
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples.paint/plugin.xml b/examples/org.eclipse.swt.examples.paint/plugin.xml
index bb6348b6b6..35b5ffb9c8 100755
--- a/examples/org.eclipse.swt.examples.paint/plugin.xml
+++ b/examples/org.eclipse.swt.examples.paint/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.swt.examples.paint"
name="%plugin.SWTPaintExample.name"
- version="2.0.0"
+ version="2.1.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.paint.PaintPlugin">

Back to the top