Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-02-03 00:01:12 +0000
committergenie.releng2018-02-03 00:01:12 +0000
commitf9b7e1487844635490138db943d35655c72a0e81 (patch)
treeea5d3fc282eb0dc8be0a68cc3b7420068f1202ca
parent2b94e7b384e944a78a368863074b86d6cfecabcd (diff)
downloadeclipse.platform.swt-f9b7e1487844635490138db943d35655c72a0e81.tar.gz
eclipse.platform.swt-f9b7e1487844635490138db943d35655c72a0e81.tar.xz
eclipse.platform.swt-f9b7e1487844635490138db943d35655c72a0e81.zip
v4858
-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 ace55806e4..923012fbd0 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 = 857;
+ static int MINOR_VERSION = 858;
/**
* 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 510c78e7df..005fda937b 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=857
-comma_ver=4,8,5,7
+min_ver=858
+comma_ver=4,8,5,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index b4db3454e5..1ac1bb097a 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.857 \ No newline at end of file
+version 4.858 \ No newline at end of file

Back to the top