Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-04-16 07:03:12 +0000
committerEclipse Platform RelEng Bot2018-04-16 07:03:12 +0000
commit786e57799fdfe9979513c0499eacc56e96ca747c (patch)
tree271a5ab9c64c2ffb51553de6d999f76b55a27f34
parent66bbce07c55f39dcf5080ace1ab49e9e4c9f379c (diff)
downloadeclipse.platform.swt-786e57799fdfe9979513c0499eacc56e96ca747c.tar.gz
eclipse.platform.swt-786e57799fdfe9979513c0499eacc56e96ca747c.tar.xz
eclipse.platform.swt-786e57799fdfe9979513c0499eacc56e96ca747c.zip
v4872
-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 34d148bf5f..fdf65f3d53 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 = 871;
+ static int MINOR_VERSION = 872;
/**
* 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 638dc18dbd..9a4374d0d9 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=871
-comma_ver=4,8,7,1
+min_ver=872
+comma_ver=4,8,7,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index ca72c90cd1..1d1c59a710 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.871 \ No newline at end of file
+version 4.872 \ No newline at end of file

Back to the top