Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-07-02 23:01:14 +0000
committerEclipse Platform RelEng Bot2018-07-02 23:01:14 +0000
commit68c33665d81266da4c35d05af32635f20d410dba (patch)
tree05038db922c2394112f2069c8f8059909bd1b70b
parente3d85de8d7b6cdbe683cdf4224e66299de6c3be0 (diff)
downloadeclipse.platform.swt-68c33665d81266da4c35d05af32635f20d410dba.tar.gz
eclipse.platform.swt-68c33665d81266da4c35d05af32635f20d410dba.tar.xz
eclipse.platform.swt-68c33665d81266da4c35d05af32635f20d410dba.zip
v4908
-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 e864337c16..370b524070 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 = 907;
+ static int MINOR_VERSION = 908;
/**
* 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 b403083f15..204fe017ff 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=907
-comma_ver=4,9,0,7
+min_ver=908
+comma_ver=4,9,0,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 0c6e6b9bd1..78d17b723a 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.907 \ No newline at end of file
+version 4.908 \ No newline at end of file

Back to the top