Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-07-05 23:01:27 +0000
committerEclipse Platform RelEng Bot2018-07-05 23:01:27 +0000
commit95e9b9a71151403f26666d9746efd25af9db0b6c (patch)
treeeff752115b7637e6824e0e72a6d646f8fdd73929 /bundles/org.eclipse.swt
parentdca8ee994b2a4a77c38d398512ee5e53a9c77a6b (diff)
downloadeclipse.platform.swt-95e9b9a71151403f26666d9746efd25af9db0b6c.tar.gz
eclipse.platform.swt-95e9b9a71151403f26666d9746efd25af9db0b6c.tar.xz
eclipse.platform.swt-95e9b9a71151403f26666d9746efd25af9db0b6c.zip
v4910
Diffstat (limited to 'bundles/org.eclipse.swt')
-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 3c9fb549bf..c97b812c9e 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 = 909;
+ static int MINOR_VERSION = 910;
/**
* 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 1bc1bffaef..ffe3b9d2f9 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=909
-comma_ver=4,9,0,9
+min_ver=910
+comma_ver=4,9,1,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index fa45a36082..e96645f127 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.909 \ No newline at end of file
+version 4.910 \ No newline at end of file

Back to the top