Skip to content

Commit e6af85c

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Configure SWT build scripts for 4.38
1 parent aa45e53 commit e6af85c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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 = 970;
38+
static int MINOR_VERSION = 971;
3939

4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 5;
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=970
17-
rev=5
16+
min_ver=971
17+
rev=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.970
1+
version 4.971

0 commit comments

Comments
 (0)