Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-11-23 23:01:41 +0000
committergenie.releng2018-11-23 23:01:41 +0000
commite2be19e17ffb5c12745e324e9e09b1a3660e1148 (patch)
tree1e40f90dc3443c517082623560b4605981922db6
parent25058cf0971f12557499ec26da102299f56cecb5 (diff)
downloadeclipse.platform.swt-e2be19e17ffb5c12745e324e9e09b1a3660e1148.tar.gz
eclipse.platform.swt-e2be19e17ffb5c12745e324e9e09b1a3660e1148.tar.xz
eclipse.platform.swt-e2be19e17ffb5c12745e324e9e09b1a3660e1148.zip
v4922r32
-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 5e7456d528..2336115cd6 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 = 31;
+ static int REVISION = 32;
/**
* 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 a5a42b47db..f14955b866 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=922
-rev=31
-comma_ver=4,922,31,0
+rev=32
+comma_ver=4,922,32,0

Back to the top