Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-07-28 18:01:24 +0000
committerEclipse Platform RelEng Bot2018-07-28 18:01:24 +0000
commit05c20fe2f4e039f59dac3f10421e6453d0b85522 (patch)
treeeb3479d64b92b24936031a324aacb49d8b3de127
parent4beccf210026aa7909983dcf7c5cf2a8a4fba46b (diff)
downloadeclipse.platform.swt-05c20fe2f4e039f59dac3f10421e6453d0b85522.tar.gz
eclipse.platform.swt-05c20fe2f4e039f59dac3f10421e6453d0b85522.tar.xz
eclipse.platform.swt-05c20fe2f4e039f59dac3f10421e6453d0b85522.zip
v4914
-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 16c9c35c75..7f70ef16fb 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 = 913;
+ static int MINOR_VERSION = 914;
/**
* 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 cd75c80361..392a15d57b 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=913
-comma_ver=4,9,1,3
+min_ver=914
+comma_ver=4,9,1,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 8acff4df19..73e77d96fc 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.913 \ No newline at end of file
+version 4.914 \ No newline at end of file

Back to the top