Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-20 23:01:24 +0000
committergenie.releng2018-12-20 23:01:24 +0000
commitf4851a27a2f33529aeec7fd06fd90c50c49ff3f5 (patch)
tree9faed15ca48d3377953ac7e7d340ac3e46989bf5
parent0b639eb14eef6cc792c801de427f3ede4a879c7b (diff)
downloadeclipse.platform.swt-f4851a27a2f33529aeec7fd06fd90c50c49ff3f5.tar.gz
eclipse.platform.swt-f4851a27a2f33529aeec7fd06fd90c50c49ff3f5.tar.xz
eclipse.platform.swt-f4851a27a2f33529aeec7fd06fd90c50c49ff3f5.zip
v4924r7
-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 b4448920e2..0f37c06c9f 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 = 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 507918c2f6..c602f7285b 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=924
-rev=6
-comma_ver=4,924,6,0
+rev=7
+comma_ver=4,924,7,0

Back to the top