Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2020-02-06 23:01:37 +0000
committergenie.releng2020-02-06 23:01:37 +0000
commitf0f1002e6e865009beb39d211a63a5423c5fde4f (patch)
tree7726232d34db4020a1ef29638e706006f2425567 /bundles
parent3a2c1d63b5030ca10b7e2001ab2210eb232142bf (diff)
downloadeclipse.platform.swt-f0f1002e6e865009beb39d211a63a5423c5fde4f.tar.gz
eclipse.platform.swt-f0f1002e6e865009beb39d211a63a5423c5fde4f.tar.xz
eclipse.platform.swt-f0f1002e6e865009beb39d211a63a5423c5fde4f.zip
v4932r17
Diffstat (limited to 'bundles')
-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 d7441b32e1..796ad048fd 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 = 16;
+ static int REVISION = 17;
/**
* 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 df79ff0713..b4fd21de2d 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=932
-rev=16
-comma_ver=4,932,16,0
+rev=17
+comma_ver=4,932,17,0

Back to the top