Skip to content

Commit 5773a3a

Browse files
v4948r9
1 parent b9a5d34 commit 5773a3a

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
@@ -37,7 +37,7 @@ public class Library {
3737
/**
3838
* SWT revision number (must be >= 0)
3939
*/
40-
static int REVISION = 8;
40+
static int REVISION = 9;
4141

4242
/**
4343
* 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,6 +14,6 @@
1414

1515
maj_ver=4
1616
min_ver=948
17-
rev=8
18-
comma_ver=4,948,8,0
17+
rev=9
18+
comma_ver=4,948,9,0
1919
cef_ver=3071

0 commit comments

Comments
 (0)