Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-10-16 21:31:33 +0000
committerEclipse Platform RelEng Bot2018-10-16 21:31:33 +0000
commitd20e357a30fd0c26f3c570cfeafd54a580428572 (patch)
treeae6118a79823e5dff39b85462f05ad8fd7d449fc
parentb8bbbb41f44fbd5520df7214594287ac120c6ed2 (diff)
downloadeclipse.platform.swt-d20e357a30fd0c26f3c570cfeafd54a580428572.tar.gz
eclipse.platform.swt-d20e357a30fd0c26f3c570cfeafd54a580428572.tar.xz
eclipse.platform.swt-d20e357a30fd0c26f3c570cfeafd54a580428572.zip
v4922r18
-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 5ac58f162b..f7335ca7bf 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 2bbc61c61a..0f76270379 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=922
-rev=17
-comma_ver=4,922,17,0
+rev=18
+comma_ver=4,922,18,0

Back to the top