Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-06-06 14:15:45 +0000
committerEclipse Platform RelEng Bot2018-06-06 14:15:45 +0000
commitb8d9b05803bb74fd6d529b3e04388bb6dc5e8d3f (patch)
treefdf465ad15156c44f9889462584ab2fdfd6b96b7
parent25b4067edf23a6763c1c2e0b7ba28d92e3678b5b (diff)
downloadeclipse.platform.swt-b8d9b05803bb74fd6d529b3e04388bb6dc5e8d3f.tar.gz
eclipse.platform.swt-b8d9b05803bb74fd6d529b3e04388bb6dc5e8d3f.tar.xz
eclipse.platform.swt-b8d9b05803bb74fd6d529b3e04388bb6dc5e8d3f.zip
v4902
-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 16161289e3..f504188c6a 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 = 901;
+ static int MINOR_VERSION = 902;
/**
* 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 476aec566b..b7414914f5 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=901
-comma_ver=4,9,0,1
+min_ver=902
+comma_ver=4,9,0,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 71e39614b2..7fa63d21f0 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.901 \ No newline at end of file
+version 4.902 \ No newline at end of file

Back to the top