Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-06-12 23:01:25 +0000
committerEclipse Platform RelEng Bot2018-06-12 23:01:25 +0000
commit6f5bce226cf19ed677828a9e0758d36395cd1c48 (patch)
tree40ac939c437a6c664e9492a5cd13a639f93edf0f
parent9c3a2221fbf96861a67b63fdd282a92f830c49e3 (diff)
downloadeclipse.platform.swt-6f5bce226cf19ed677828a9e0758d36395cd1c48.tar.gz
eclipse.platform.swt-6f5bce226cf19ed677828a9e0758d36395cd1c48.tar.xz
eclipse.platform.swt-6f5bce226cf19ed677828a9e0758d36395cd1c48.zip
v4903
-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 f504188c6a..62e95d52fd 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 = 902;
+ static int MINOR_VERSION = 903;
/**
* 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 b7414914f5..9d904fd7eb 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=902
-comma_ver=4,9,0,2
+min_ver=903
+comma_ver=4,9,0,3
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 7fa63d21f0..107ac9d297 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.902 \ No newline at end of file
+version 4.903 \ No newline at end of file

Back to the top