Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2020-02-17 12:14:22 +0000
committergenie.releng2020-02-17 12:14:22 +0000
commit8513700e7d1bb9e2cb4c48d8912f437ba7cae024 (patch)
treebdc092e86c20a5351167153892932c8d1baac0c9
parentd182cc6f57a1d065f0c47dcd7bf4918bac502bda (diff)
downloadeclipse.platform.swt-8513700e7d1bb9e2cb4c48d8912f437ba7cae024.tar.gz
eclipse.platform.swt-8513700e7d1bb9e2cb4c48d8912f437ba7cae024.tar.xz
eclipse.platform.swt-8513700e7d1bb9e2cb4c48d8912f437ba7cae024.zip
v4932r18
-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 796ad048fd..d60a78d463 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 = 17;
+ static int REVISION = 18;
/**
* 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 b4fd21de2d..ff8a9e5be4 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=932
-rev=17
-comma_ver=4,932,17,0
+rev=18
+comma_ver=4,932,18,0

Back to the top