diff options
author | Silenio Quarti | 2013-03-22 11:12:35 -0400 |
---|---|---|
committer | Carolyn MacLeod | 2013-04-09 10:56:52 -0400 |
commit | 7191f3a76a308a8c2edb7103491c9debb963907d (patch) | |
tree | 9c8dec5387c0191cb3c8147461a5cfbd78f9f95d | |
parent | 6852fdd69a046e5dbfe48380b60d45da53048fbc (diff) | |
download | eclipse.platform.swt-7191f3a76a308a8c2edb7103491c9debb963907d.zip eclipse.platform.swt-7191f3a76a308a8c2edb7103491c9debb963907d.tar.gz eclipse.platform.swt-7191f3a76a308a8c2edb7103491c9debb963907d.tar.xz |
forgot to increment build.xml for bug#401797
-rw-r--r-- | bundles/org.eclipse.swt/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml index 46266de..58aaeec 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}" /> |