Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-08-18 23:03:42 +0000
committerArun Thondapu2017-08-18 23:03:42 +0000
commit9eab88969da301e5237968bf28f774135c85f1e5 (patch)
treef940d15e2b377dcc0cf4b4d9a079f7b2a1530632
parent4610363d0b2ed6494338d486beb57127e6009d22 (diff)
downloadeclipse.platform.swt-9eab88969da301e5237968bf28f774135c85f1e5.tar.gz
eclipse.platform.swt-9eab88969da301e5237968bf28f774135c85f1e5.tar.xz
eclipse.platform.swt-9eab88969da301e5237968bf28f774135c85f1e5.zip
v4814
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/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_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
index 5ff3bf0221..f4747051eb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
@@ -26,7 +26,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 813;
+ static int MINOR_VERSION = 814;
/**
* 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 6b827c91de..794b385e01 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=813
-comma_ver=4,8,1,3
+min_ver=814
+comma_ver=4,8,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 09d61f04d0..6e1d30eb84 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.813 \ No newline at end of file
+version 4.814 \ No newline at end of file

Back to the top