From 3e287970bd157bab7be5f917e0b81d13f54334ab Mon Sep 17 00:00:00 2001 From: Rahul Mohanan Date: Mon, 2 Jun 2025 10:42:25 +0530 Subject: [PATCH] Configure SWT build scripts for 4.37 https://github.com/eclipse-platform/eclipse.platform.swt/issues/2192 --- .../common/org/eclipse/swt/internal/Library.java | 6 +++--- .../Eclipse SWT/common/library/make_common.mak | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT/common/version.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java index 82ababd723b..acfa3cf53e4 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2022 IBM Corporation and others. + * Copyright (c) 2000, 2025 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -35,12 +35,12 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 969; + static int MINOR_VERSION = 970; /** * SWT revision number (must be >= 0) */ - static int REVISION = 18; + static int REVISION = 0; /** * The JAVA and SWT versions diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak index 790ef1e8548..a6c0956450c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2000, 2022 IBM Corporation and others. +# Copyright (c) 2000, 2025 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -13,5 +13,5 @@ #******************************************************************************* maj_ver=4 -min_ver=969 -rev=18 +min_ver=970 +rev=0 \ No newline at end of file diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 162f21de8d3..78e8a92e1f3 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 4.969 \ No newline at end of file +version 4.970 \ No newline at end of file