Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-02-06 08:43:48 +0000
committerEclipse Releng Bot2020-02-06 08:43:48 +0000
commitb30658fc7e0349ce5bd059c8c2cdfab4d48d0fb4 (patch)
tree98c1b7e504a24bfa4b587ead7c364942d242661c
parent52fe264009a6205ec89a8c9a38e8a53550657413 (diff)
downloadeclipse.platform.swt-b30658fc7e0349ce5bd059c8c2cdfab4d48d0fb4.tar.gz
eclipse.platform.swt-b30658fc7e0349ce5bd059c8c2cdfab4d48d0fb4.tar.xz
eclipse.platform.swt-b30658fc7e0349ce5bd059c8c2cdfab4d48d0fb4.zip
v4932r16
-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 853afc443f..d7441b32e1 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 = 15;
+ static int REVISION = 16;
/**
* 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 2bc7620974..df79ff0713 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=15
-comma_ver=4,932,15,0
+rev=16
+comma_ver=4,932,16,0

Back to the top