Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-03-22 15:12:35 +0000
committerSilenio Quarti2013-03-22 15:12:35 +0000
commitd656184dd6a99bf5e254797877b60c9f3390841b (patch)
tree890d497f7fc9822d7323ba70bdeeb0f461b77c22
parent2f1ae4577dc2ebb8f48083edff797d352d1b47ca (diff)
downloadeclipse.platform.swt-d656184dd6a99bf5e254797877b60c9f3390841b.tar.gz
eclipse.platform.swt-d656184dd6a99bf5e254797877b60c9f3390841b.tar.xz
eclipse.platform.swt-d656184dd6a99bf5e254797877b60c9f3390841b.zip
forgot to increment build.xml for bug#401797
-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 46266de122..58aaeec0a1 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -15,7 +15,7 @@
<target name="init">
<property name="plugin" value="org.eclipse.swt" />
- <property name="version.suffix" value="3.101.0" />
+ <property name="version.suffix" value="3.102.0" />
<property name="full.name" value="${plugin}_${version.suffix}" />
<property name="temp.folder" value="${basedir}/temp.folder" />
<property name="plugin.destination" value="${basedir}" />

Back to the top