Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-06-18 22:07:14 +0000
committergenie.releng2019-06-18 22:07:14 +0000
commit70144825074ccf2473838ec6dc54665ebd022477 (patch)
treebd61d5c850e225d761054ebb21cf596b071a94b8
parentf34daeb64cb775d38b51fd23d04bbc98e340dd51 (diff)
downloadeclipse.platform.swt-70144825074ccf2473838ec6dc54665ebd022477.tar.gz
eclipse.platform.swt-70144825074ccf2473838ec6dc54665ebd022477.tar.xz
eclipse.platform.swt-70144825074ccf2473838ec6dc54665ebd022477.zip
v4928r6
-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 0df7b1668b..0ac0ae144c 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 9e4ce699d3..11b7ef3a59 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=928
-rev=5
-comma_ver=4,928,5,0
+rev=6
+comma_ver=4,928,6,0

Back to the top