From fa5439361c07733f3b663dbf16e139f336fd3bf0 Mon Sep 17 00:00:00 2001 From: Deepika Udayagiri Date: Mon, 2 Sep 2024 12:54:50 +0530 Subject: [PATCH] Configure SWT build scripts for 4.34 Fixes eclipse-platform/eclipse.platform.releng.aggregator#2287 @elsazac : 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 11edf909dcb..beb1650f707 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 = 966; + static int MINOR_VERSION = 967; /** * SWT revision number (must be >= 0) */ - static int REVISION = 5; + 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 b8d82b2f762..d2e3cafe425 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=966 -rev=5 -comma_ver=4,966,5,0 \ No newline at end of file +min_ver=967 +rev=0 +comma_ver=4,967,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 707d9dd4410..c47372e767a 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.966 \ No newline at end of file +version 4.967 \ No newline at end of file