Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-10-25 22:01:25 +0000
committergenie.releng2019-10-25 22:01:25 +0000
commit6bdcfa29758c03013b4c44dc5140d80e2830ad39 (patch)
tree7cc0ea74f7d37f16385386158e1f995463212bdb
parent894fbbcf2964c434da1c6bd3695634e7ab423fee (diff)
downloadeclipse.platform.swt-6bdcfa29758c03013b4c44dc5140d80e2830ad39.tar.gz
eclipse.platform.swt-6bdcfa29758c03013b4c44dc5140d80e2830ad39.tar.xz
eclipse.platform.swt-6bdcfa29758c03013b4c44dc5140d80e2830ad39.zip
v4930r6
-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 8c38443d01..b2a787b36b 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
@@ -37,7 +37,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 ed60538e39..af5e0ab5cc 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=930
-rev=5
-comma_ver=4,930,5,0
+rev=6
+comma_ver=4,930,6,0

Back to the top