Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-23 23:01:27 +0000
committergenie.releng2019-01-23 23:01:27 +0000
commit79850f5096ba68a94026e6560e7a9d520bf9016e (patch)
tree3b73b3be4b67d2c33aad3a2fa9f206f920d94f71
parent4575657f00327b3a37f36198fdace58ed9f05424 (diff)
downloadeclipse.platform.swt-79850f5096ba68a94026e6560e7a9d520bf9016e.tar.gz
eclipse.platform.swt-79850f5096ba68a94026e6560e7a9d520bf9016e.tar.xz
eclipse.platform.swt-79850f5096ba68a94026e6560e7a9d520bf9016e.zip
v4924r14
-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 ebe6f279de..234afab8ac 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
@@ -36,7 +36,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 f16f5590ed..49f4e8356f 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=924
-rev=13
-comma_ver=4,924,13,0
+rev=14
+comma_ver=4,924,14,0

Back to the top