Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-05-13 22:01:34 +0000
committergenie.releng2019-05-13 22:01:34 +0000
commitee10e9d221e917b031eb39103800a4fb2796d3e2 (patch)
treeaf432dbd5393dd2e1023cd6069575f1ac713f7b1 /bundles/org.eclipse.swt
parentf804009794bd9f8d72782079d13adf55fdb5ef02 (diff)
downloadeclipse.platform.swt-ee10e9d221e917b031eb39103800a4fb2796d3e2.tar.gz
eclipse.platform.swt-ee10e9d221e917b031eb39103800a4fb2796d3e2.tar.xz
eclipse.platform.swt-ee10e9d221e917b031eb39103800a4fb2796d3e2.zip
v4926r18
Diffstat (limited to 'bundles/org.eclipse.swt')
-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 24993aef96..d37bc59f56 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 = 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 441578dcf4..149e422414 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=926
-rev=17
-comma_ver=4,926,17,0
+rev=18
+comma_ver=4,926,18,0

Back to the top