Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-04-17 23:01:04 +0000
committerEclipse Platform RelEng Bot2018-04-17 23:01:04 +0000
commit1ffb009960ad9a5deaaf7568c1f087beec646cc1 (patch)
tree3e6821145fdca5e1493a0396fe518348b2f1104a
parentca349d62a0bd7bae11503276f819ddad89bf7e57 (diff)
downloadeclipse.platform.swt-1ffb009960ad9a5deaaf7568c1f087beec646cc1.tar.gz
eclipse.platform.swt-1ffb009960ad9a5deaaf7568c1f087beec646cc1.tar.xz
eclipse.platform.swt-1ffb009960ad9a5deaaf7568c1f087beec646cc1.zip
v4874
-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 e8594f47cb..217c74a11f 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 = 873;
+ static int MINOR_VERSION = 874;
/**
* 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 94fda8f0d3..b8cb71fe2a 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=873
-comma_ver=4,8,7,3
+min_ver=874
+comma_ver=4,8,7,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 017a862b98..cb4cceb731 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.873 \ No newline at end of file
+version 4.874 \ No newline at end of file

Back to the top