Skip to content

Commit 26abd14

Browse files
deepika-uakurtakov
authored andcommitted
Configure SWT build scripts for 4.35
Fixes eclipse-platform/eclipse.platform.releng.aggregator#2562
1 parent 6cc6508 commit 26abd14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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 = 967;
38+
static int MINOR_VERSION = 968;
3939

4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 8;
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
@@ -13,6 +13,6 @@
1313
#*******************************************************************************
1414

1515
maj_ver=4
16-
min_ver=967
17-
rev=8
18-
comma_ver=4,967,8,0
16+
min_ver=968
17+
rev=0
18+
comma_ver=4,968,0,0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 4.967
1+
version 4.968

0 commit comments

Comments
 (0)