From 26abd14a0ad41d8350fa86e1692b7fb65b0d1e91 Mon Sep 17 00:00:00 2001 From: Deepika Udayagiri Date: Tue, 26 Nov 2024 11:33:20 +0530 Subject: [PATCH] Configure SWT build scripts for 4.35 Fixes https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2562 --- .../common/org/eclipse/swt/internal/Library.java | 4 ++-- .../Eclipse SWT/common/library/make_common.mak | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT/common/version.txt | 2 +- 3 files changed, 6 insertions(+), 6 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 b694c23a130..63a893c7d57 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 @@ -35,12 +35,12 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 967; + static int MINOR_VERSION = 968; /** * SWT revision number (must be >= 0) */ - static int REVISION = 8; + 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 8ee0e8d36ce..4258ce01ac6 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 @@ -13,6 +13,6 @@ #******************************************************************************* maj_ver=4 -min_ver=967 -rev=8 -comma_ver=4,967,8,0 \ No newline at end of file +min_ver=968 +rev=0 +comma_ver=4,968,0,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 c47372e767a..3eea0e6a17b 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.967 \ No newline at end of file +version 4.968 \ No newline at end of file