Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-08-16 05:49:43 +0000
committergenie.releng2019-08-16 05:49:43 +0000
commit142300b40ac7ffb37ec8d60cbff40ce53f357f10 (patch)
tree65f9a116551aa678d3b6c243832e99c72adbeb0f
parent72476dd4c1385c8df23092b19d585fecc8f575f4 (diff)
downloadeclipse.platform.swt-142300b40ac7ffb37ec8d60cbff40ce53f357f10.tar.gz
eclipse.platform.swt-142300b40ac7ffb37ec8d60cbff40ce53f357f10.tar.xz
eclipse.platform.swt-142300b40ac7ffb37ec8d60cbff40ce53f357f10.zip
v4928r14
-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 f8fb32c900..a6ec85f169 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 = 13;
+ static int REVISION = 14;
/**
* 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 39fb1e6b46..ff11d3ba5e 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=13
-comma_ver=4,928,13,0
+rev=14
+comma_ver=4,928,14,0

Back to the top