Skip to content

Commit 55de741

Browse files
author
Eclipse Releng Bot
committed
v4958r2
1 parent 828396e commit 55de741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Library {
3535
/**
3636
* SWT revision number (must be >= 0)
3737
*/
38-
static int REVISION = 1;
38+
static int REVISION = 2;
3939

4040
/**
4141
* 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
@@ -14,5 +14,5 @@
1414

1515
maj_ver=4
1616
min_ver=958
17-
rev=1
18-
comma_ver=4,958,1,0
17+
rev=2
18+
comma_ver=4,958,2,0

0 commit comments

Comments
 (0)