Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-08-13 23:01:23 +0000
committerEclipse Platform RelEng Bot2018-08-13 23:01:23 +0000
commite7e32962d22aa35326dca11518be34969ab1c5a8 (patch)
treeaf96ee69028bc6e346cc7814b7b974ddb45db714
parentb06158d7dd5b7576ae3250fd1c337625da5d2ee5 (diff)
downloadeclipse.platform.swt-e7e32962d22aa35326dca11518be34969ab1c5a8.tar.gz
eclipse.platform.swt-e7e32962d22aa35326dca11518be34969ab1c5a8.tar.xz
eclipse.platform.swt-e7e32962d22aa35326dca11518be34969ab1c5a8.zip
v4917
-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
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
3 files changed, 4 insertions, 4 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 ee049abc43..10aae05ab2 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
@@ -28,7 +28,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 916;
+ static int MINOR_VERSION = 917;
/**
* SWT revision number (must be >= 0)
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 9fa172b54d..fe32e0380b 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
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=4
-min_ver=916
-comma_ver=4,9,1,6
+min_ver=917
+comma_ver=4,9,1,7
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 8fb738d35a..3ac8589921 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 4.916 \ No newline at end of file
+version 4.917 \ No newline at end of file

Back to the top