From 3dc4f62804eab59977202dfe07a3f82124cd6dde Mon Sep 17 00:00:00 2001 From: Deepika Udayagiri Date: Mon, 4 Mar 2024 15:04:42 +0530 Subject: [PATCH] Configure SWT build scripts for 4.32 Fixes eclipse-platform/eclipse.platform.releng.aggregator#1867 @niraj-modi : Can you review and merge this pr please. --- .../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 1300d13061e..91350df7cc3 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 = 964; + static int MINOR_VERSION = 965; /** * SWT revision number (must be >= 0) */ - static int REVISION = 8; + static int REVISION = 1; /** * 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 2e638025715..e1585bef5b8 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=964 -rev=8 -comma_ver=4,964,8,0 \ No newline at end of file +min_ver=965 +rev=1 +comma_ver=4,965,1,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 4294b8af5dd..56cb06ed126 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.964 \ No newline at end of file +version 4.965 \ No newline at end of file