Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-06-15 06:24:28 +0000
committerEclipse Platform RelEng Bot2018-06-15 06:24:28 +0000
commit5af1ccbf3d299834f9952a612cf88d0ed050ce4f (patch)
tree7d3144a50957e2e6a4a17cd580bcee61ac3626d8
parentdca6f677b85c2d83c4b6378dfcc811694796cc53 (diff)
downloadeclipse.platform.swt-5af1ccbf3d299834f9952a612cf88d0ed050ce4f.tar.gz
eclipse.platform.swt-5af1ccbf3d299834f9952a612cf88d0ed050ce4f.tar.xz
eclipse.platform.swt-5af1ccbf3d299834f9952a612cf88d0ed050ce4f.zip
v4905
-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 7891f54f08..319343170a 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 = 904;
+ static int MINOR_VERSION = 905;
/**
* 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 e3b7c1891d..13bf100047 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=904
-comma_ver=4,9,0,4
+min_ver=905
+comma_ver=4,9,0,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index e2d4ca2725..9bfd8c94a0 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.904 \ No newline at end of file
+version 4.905 \ No newline at end of file

Back to the top