Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/build.xml')
-rw-r--r--bundles/org.eclipse.swt/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 8c3be3ebe0..3a97bb119e 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -41,7 +41,7 @@
<target name="properties">
<property name="plugin" value="org.eclipse.swt"/>
- <property name="version" value="1.9.0"/>
+ <property name="version" value="2.0.0"/>
<property name="bin.includes" value="plugin.properties,plugin.xml,about.html"/>
</target>

Back to the top