Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-06-12 09:36:35 +0000
committergenie.releng2019-06-12 09:36:35 +0000
commit440acab992e2f18a2b4eb8a314d42796d50e3511 (patch)
tree6023358e5b5c5fa8822c9fa2915d2fdfeb569408
parentbf374552cac5b50f6b86727909611fb3d0aafce9 (diff)
downloadeclipse.platform.swt-440acab992e2f18a2b4eb8a314d42796d50e3511.tar.gz
eclipse.platform.swt-440acab992e2f18a2b4eb8a314d42796d50e3511.tar.xz
eclipse.platform.swt-440acab992e2f18a2b4eb8a314d42796d50e3511.zip
v4928r4
-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 6e6bfeffff..95d074b914 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 = 3;
+ static int REVISION = 4;
/**
* 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 d791af69ce..ec11ee28b5 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=3
-comma_ver=4,928,3,0
+rev=4
+comma_ver=4,928,4,0

Back to the top