Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2020-01-14 23:01:35 +0000
committergenie.releng2020-01-14 23:01:35 +0000
commit6d5482878b1644b6cf1f8482538511be47ec5efb (patch)
tree1b995c70fc25d2f2991accb9db92ed0fcd8692c2
parent5251f6612c0f087cbadc86a8741a9a3074dddb29 (diff)
downloadeclipse.platform.swt-6d5482878b1644b6cf1f8482538511be47ec5efb.tar.gz
eclipse.platform.swt-6d5482878b1644b6cf1f8482538511be47ec5efb.tar.xz
eclipse.platform.swt-6d5482878b1644b6cf1f8482538511be47ec5efb.zip
v4932r10
-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 e9724b35ae..b43e7c25a5 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 = 9;
+ static int REVISION = 10;
/**
* 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 b559236307..a60ffab394 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=9
-comma_ver=4,932,9,0
+rev=10
+comma_ver=4,932,10,0

Back to the top