Skip to content

Commit 1138e71

Browse files
author
Eclipse Releng Bot
committed
v4964r3
1 parent 9e25e9e commit 1138e71

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Library {
4040
/**
4141
* SWT revision number (must be >= 0)
4242
*/
43-
static int REVISION = 2;
43+
static int REVISION = 3;
4444

4545
/**
4646
* The JAVA and SWT versions

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
maj_ver=4
1616
min_ver=964
17-
rev=2
18-
comma_ver=4,964,2,0
17+
rev=3
18+
comma_ver=4,964,3,0

0 commit comments

Comments
 (0)