Skip to content

Commit 2999b9f

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Configure SWT build scripts for 4.39
1 parent 67e3134 commit 2999b9f

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, 2025 IBM Corporation and others.
2+
* Copyright (c) 2000, 2026 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 = 971;
38+
static int MINOR_VERSION = 972;
3939

4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 15;
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, 2025 IBM Corporation and others.
2+
# Copyright (c) 2000, 2026 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=971
17-
rev=15
16+
min_ver=972
17+
rev=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.971
1+
version 4.972

0 commit comments

Comments
 (0)