Skip to content

Commit 30cf8af

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Configure SWT build scripts for 4.40
1 parent b110715 commit 30cf8af

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = 972;
38+
static int MINOR_VERSION = 973;
3939

4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 7;
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
#*******************************************************************************
1414

1515
maj_ver=4
16-
min_ver=972
17-
rev=7
16+
min_ver=973
17+
rev=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.972
1+
version 4.973

0 commit comments

Comments
 (0)