Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-11-06 23:01:33 +0000
committergenie.releng2019-11-06 23:01:33 +0000
commitbaa51dd35dcf5c2afc11096351847804e2d09a10 (patch)
treed7b325f589a424f5bfc6efa363ffa4a5aad353d2
parent4306493f49abc761d7ecc73de3a6b13451b21bf0 (diff)
downloadeclipse.platform.swt-baa51dd35dcf5c2afc11096351847804e2d09a10.tar.gz
eclipse.platform.swt-baa51dd35dcf5c2afc11096351847804e2d09a10.tar.xz
eclipse.platform.swt-baa51dd35dcf5c2afc11096351847804e2d09a10.zip
v4930r7
-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 b2a787b36b..eab183c892 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 = 6;
+ static int REVISION = 7;
/**
* 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 af5e0ab5cc..97d18a0b30 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=6
-comma_ver=4,930,6,0
+rev=7
+comma_ver=4,930,7,0

Back to the top