Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-04-24 23:00:52 +0000
committerEclipse Platform RelEng Bot2018-04-24 23:00:52 +0000
commit60d86048f6d6385be958c73f8aee0c9925b9923d (patch)
tree14c26664a5ea22ec85903c8d3fc30be438c266c9
parentd3da5c5ceec7fff7568841d9eb69a77433b7dac6 (diff)
downloadeclipse.platform.swt-60d86048f6d6385be958c73f8aee0c9925b9923d.tar.gz
eclipse.platform.swt-60d86048f6d6385be958c73f8aee0c9925b9923d.tar.xz
eclipse.platform.swt-60d86048f6d6385be958c73f8aee0c9925b9923d.zip
v4875
-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 217c74a11f..82d818dbb0 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 = 874;
+ static int MINOR_VERSION = 875;
/**
* 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 b8cb71fe2a..a5b65b217b 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=874
-comma_ver=4,8,7,4
+min_ver=875
+comma_ver=4,8,7,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index cb4cceb731..1211e8df23 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.874 \ No newline at end of file
+version 4.875 \ No newline at end of file

Back to the top