Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-09-19 00:05:56 +0000
committerEclipse Platform RelEng Bot2018-09-19 00:05:56 +0000
commit45f6d518387da6fd81d5bfb1f89e74070ed86410 (patch)
tree8303b6eefc365d07a4b12e025a6bf0a98b7b83f7
parent75056a5b6cb7d60b6c1f91493ba169564260f78b (diff)
downloadeclipse.platform.swt-45f6d518387da6fd81d5bfb1f89e74070ed86410.tar.gz
eclipse.platform.swt-45f6d518387da6fd81d5bfb1f89e74070ed86410.tar.xz
eclipse.platform.swt-45f6d518387da6fd81d5bfb1f89e74070ed86410.zip
v4922r6
-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 b900723f8d..b00d46f7b5 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 = 5;
+ static int REVISION = 6;
/**
* 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 7d1c837264..0dd9087445 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=5
-comma_ver=4,922,5,0
+rev=6
+comma_ver=4,922,6,0

Back to the top