Skip to content

Commit a3174e7

Browse files
MohananRahulakurtakov
authored andcommitted
Configure SWT build scripts for 4.37
#2192
1 parent 55e9110 commit a3174e7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2022 IBM Corporation and others.
2+
* Copyright (c) 2000, 2025 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -35,12 +35,12 @@ public class Library {
3535
/**
3636
* SWT Minor version number (must be in the range 0..999)
3737
*/
38-
static int MINOR_VERSION = 969;
38+
static int MINOR_VERSION = 970;
3939

4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 18;
43+
static int REVISION = 0;
4444

4545
/**
4646
* The JAVA and SWT versions

bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#*******************************************************************************
2-
# Copyright (c) 2000, 2022 IBM Corporation and others.
2+
# Copyright (c) 2000, 2025 IBM Corporation and others.
33
#
44
# This program and the accompanying materials
55
# are made available under the terms of the Eclipse Public License 2.0
@@ -13,5 +13,5 @@
1313
#*******************************************************************************
1414

1515
maj_ver=4
16-
min_ver=969
17-
rev=18
16+
min_ver=970
17+
rev=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.969
1+
version 4.970

0 commit comments

Comments
 (0)