From da4bcfd42441fd0a4160953297a48f2a1ccfa55c Mon Sep 17 00:00:00 2001 From: Marco Maccaferri Date: Tue, 26 Mar 2024 11:06:58 +0100 Subject: [PATCH] Update to Eclipse SWT 2024-03 --- build/pom.xml | 2 +- modules/spin-tools/pom.xml | 14 +++++++------- .../src/com/maccasoft/propeller/SpinTools.java | 2 +- pom.xml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index 63617ce4..e6bd921b 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-runtime - 0.34.2 + 0.35.0 pom diff --git a/modules/spin-tools/pom.xml b/modules/spin-tools/pom.xml index f7e5f05f..1a37afdf 100644 --- a/modules/spin-tools/pom.xml +++ b/modules/spin-tools/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools - 0.34.2 + 0.35.0 jar UTF-8 @@ -17,7 +17,7 @@ org.eclipse.platform org.eclipse.swt.gtk.linux.x86_64 - 3.124.100 + 3.125.0 @@ -30,7 +30,7 @@ org.eclipse.platform org.eclipse.swt.gtk.linux.aarch64 - 3.124.100 + 3.125.0 @@ -43,7 +43,7 @@ org.eclipse.platform org.eclipse.swt.win32.win32.x86_64 - 3.124.100 + 3.125.0 @@ -56,7 +56,7 @@ org.eclipse.platform org.eclipse.swt.cocoa.macosx.x86_64 - 3.124.100 + 3.125.0 @@ -69,7 +69,7 @@ org.eclipse.platform org.eclipse.swt.cocoa.macosx.aarch64 - 3.124.100 + 3.125.0 @@ -78,7 +78,7 @@ org.eclipse.platform org.eclipse.jface.databinding - 1.15.100 + 1.15.200 org.apache.commons diff --git a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java index 69dd9316..ca1aef79 100644 --- a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java +++ b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java @@ -108,7 +108,7 @@ public class SpinTools { public static final String APP_TITLE = "Spin Tools IDE"; - public static final String APP_VERSION = "0.34.2"; + public static final String APP_VERSION = "0.35.0"; static final File defaultSpin1Examples = new File(System.getProperty("APP_DIR"), "examples/P1").getAbsoluteFile(); static final File defaultSpin2Examples = new File(System.getProperty("APP_DIR"), "examples/P2").getAbsoluteFile(); diff --git a/pom.xml b/pom.xml index cbefbc30..5fd043c5 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-ide - 0.34.2 + 0.35.0 pom Integrated Development Environment for Parallax Propeller microcontrollers. @@ -20,7 +20,7 @@ com.maccasoft spin-tools - 0.34.2 + 0.35.0 runtime