File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Eclipse SWT PI/common/org/eclipse/swt/internal Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2000, 2022 IBM Corporation and others.
2
+ * Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
@@ -35,12 +35,12 @@ public class Library {
35
35
/**
36
36
* SWT Minor version number (must be in the range 0..999)
37
37
*/
38
- static int MINOR_VERSION = 969 ;
38
+ static int MINOR_VERSION = 970 ;
39
39
40
40
/**
41
41
* SWT revision number (must be >= 0)
42
42
*/
43
- static int REVISION = 18 ;
43
+ static int REVISION = 0 ;
44
44
45
45
/**
46
46
* The JAVA and SWT versions
Original file line number Diff line number Diff line change 1
1
# *******************************************************************************
2
- # Copyright (c) 2000, 2022 IBM Corporation and others.
2
+ # Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
#
4
4
# This program and the accompanying materials
5
5
# are made available under the terms of the Eclipse Public License 2.0
13
13
# *******************************************************************************
14
14
15
15
maj_ver =4
16
- min_ver =969
17
- rev =18
16
+ min_ver =970
17
+ rev =0
Original file line number Diff line number Diff line change 1
- version 4.969
1
+ version 4.970
You can’t perform that action at this time.
0 commit comments