Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-03-26 22:01:29 +0000
committergenie.releng2019-03-26 22:01:29 +0000
commit35c460fef1364b4d0a1ade2a956ad8b07f5b1db6 (patch)
tree0539c5e451f5b9c8416f8db79adf1b3fedad58d0
parentbed37f52a06e835d5652904242b705bda5376435 (diff)
downloadeclipse.platform.swt-35c460fef1364b4d0a1ade2a956ad8b07f5b1db6.tar.gz
eclipse.platform.swt-35c460fef1364b4d0a1ade2a956ad8b07f5b1db6.tar.xz
eclipse.platform.swt-35c460fef1364b4d0a1ade2a956ad8b07f5b1db6.zip
v4926r6
-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 c5810b678f..d419dab599 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 f929ddb50a..aac2949d0a 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=5
-comma_ver=4,926,5,0
+rev=6
+comma_ver=4,926,6,0

Back to the top