Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-07-08 22:02:42 +0000
committergenie.releng2019-07-08 22:02:42 +0000
commitbcb189396f1dd69fb359b264b48a479b04e8b1f6 (patch)
treeba58b4022a4051e47fa36752453db306973f012b
parentde95eb78d372a16b034c585d679aa7cfffc17c4d (diff)
downloadeclipse.platform.swt-bcb189396f1dd69fb359b264b48a479b04e8b1f6.tar.gz
eclipse.platform.swt-bcb189396f1dd69fb359b264b48a479b04e8b1f6.tar.xz
eclipse.platform.swt-bcb189396f1dd69fb359b264b48a479b04e8b1f6.zip
v4928r12
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
index 23d726c512..51fd7067f9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
@@ -37,7 +37,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 11;
+ static int REVISION = 12;
/**
* The JAVA and SWT versions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
index d96fc0b6ac..0e80a59915 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
@@ -14,5 +14,5 @@
maj_ver=4
min_ver=928
-rev=11
-comma_ver=4,928,11,0
+rev=12
+comma_ver=4,928,12,0

Back to the top