Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-02 22:01:31 +0000
committergenie.releng2019-04-02 22:01:31 +0000
commitc2ede42e70367e152dc03ee328eacf20c87d26a5 (patch)
treea738e6422435b09d8f413239d7a796dec22a012f
parentdfb846ed4003e19fa5e9abe38aa7f36fbb4c7960 (diff)
downloadeclipse.platform.swt-c2ede42e70367e152dc03ee328eacf20c87d26a5.tar.gz
eclipse.platform.swt-c2ede42e70367e152dc03ee328eacf20c87d26a5.tar.xz
eclipse.platform.swt-c2ede42e70367e152dc03ee328eacf20c87d26a5.zip
v4926r9
-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 71dd7ad1cc..05ecdd15cb 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 = 8;
+ static int REVISION = 9;
/**
* 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 129c6432f6..2073eff4ff 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=8
-comma_ver=4,926,8,0
+rev=9
+comma_ver=4,926,9,0

Back to the top