Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-25 23:01:25 +0000
committergenie.releng2019-01-25 23:01:25 +0000
commit1b3593de69023a596c4a3350c87e87d8194626b9 (patch)
tree796840efb33130e3c5769eb8e66e9e3eda835c5e
parentd0579df87d1f3eae7ca376e21d9e8049a86bd3ac (diff)
downloadeclipse.platform.swt-1b3593de69023a596c4a3350c87e87d8194626b9.tar.gz
eclipse.platform.swt-1b3593de69023a596c4a3350c87e87d8194626b9.tar.xz
eclipse.platform.swt-1b3593de69023a596c4a3350c87e87d8194626b9.zip
v4924r16
-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 9af3130ced..df1c52ca7b 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 = 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 7f7877b7d7..8925cf6fc3 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=15
-comma_ver=4,924,15,0
+rev=16
+comma_ver=4,924,16,0

Back to the top