Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-06-06 09:47:55 +0000
committerEclipse Platform RelEng Bot2018-06-06 09:47:55 +0000
commit5b59e88d15e2f9700b806e573777acb5be11e966 (patch)
tree60d49a6638b0b281adac0c2f9564fef61830405e
parent023600789cc580f9c3563f6a00c8d3b54c97d8fc (diff)
downloadeclipse.platform.swt-5b59e88d15e2f9700b806e573777acb5be11e966.tar.gz
eclipse.platform.swt-5b59e88d15e2f9700b806e573777acb5be11e966.tar.xz
eclipse.platform.swt-5b59e88d15e2f9700b806e573777acb5be11e966.zip
v4901
-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 9b60ccad14..16161289e3 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 = 900;
+ static int MINOR_VERSION = 901;
/**
* 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 fc86872088..476aec566b 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=900
-comma_ver=4,9,0,0
+min_ver=901
+comma_ver=4,9,0,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 0656a33d12..71e39614b2 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.900 \ No newline at end of file
+version 4.901 \ No newline at end of file

Back to the top