Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-28 23:01:20 +0000
committergenie.releng2019-01-28 23:01:20 +0000
commit8d45c98616f05eec311b987ce3707291fddc7f31 (patch)
tree4547489d0313511fe7911e4c67f2fc02a08a9289
parentb7bb2e298229792df1d3f06435752e60d29939cd (diff)
downloadeclipse.platform.swt-8d45c98616f05eec311b987ce3707291fddc7f31.tar.gz
eclipse.platform.swt-8d45c98616f05eec311b987ce3707291fddc7f31.tar.xz
eclipse.platform.swt-8d45c98616f05eec311b987ce3707291fddc7f31.zip
v4924r17
-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 df1c52ca7b..af2aac674b 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 = 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 8925cf6fc3..5633caa41e 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=16
-comma_ver=4,924,16,0
+rev=17
+comma_ver=4,924,17,0

Back to the top