Skip to content

Commit 828396e

Browse files
committed
Configure SWT build scripts for 4.27
Fixes eclipse-platform/eclipse.platform.releng.aggregator#708
1 parent 4cd3c19 commit 828396e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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
@@ -30,12 +30,12 @@ public class Library {
3030
/**
3131
* SWT Minor version number (must be in the range 0..999)
3232
*/
33-
static int MINOR_VERSION = 956;
33+
static int MINOR_VERSION = 958;
3434

3535
/**
3636
* SWT revision number (must be >= 0)
3737
*/
38-
static int REVISION = 13;
38+
static int REVISION = 1;
3939

4040
/**
4141
* The JAVA and SWT versions

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#*******************************************************************************
1414

1515
maj_ver=4
16-
min_ver=956
17-
rev=13
18-
comma_ver=4,956,13,0
19-
cef_ver=3071
16+
min_ver=958
17+
rev=1
18+
comma_ver=4,958,1,0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.956
1+
version 4.958

0 commit comments

Comments
 (0)