Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-01-19 05:58:09 +0000
committergenie.releng2018-01-19 05:58:09 +0000
commit0708f3fbf0704504a0de89a832f951bb0f83fa51 (patch)
treec05b442eefaee7f0527b9825a8cbf2029c7cbad7
parenta1636f862ea5254059e242b348bc1a0554770015 (diff)
downloadeclipse.platform.swt-0708f3fbf0704504a0de89a832f951bb0f83fa51.tar.gz
eclipse.platform.swt-0708f3fbf0704504a0de89a832f951bb0f83fa51.tar.xz
eclipse.platform.swt-0708f3fbf0704504a0de89a832f951bb0f83fa51.zip
v4855
-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 63d649b9ce..09307946f4 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 = 854;
+ static int MINOR_VERSION = 855;
/**
* 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 0472d0c081..8b036a80a0 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=854
-comma_ver=4,8,5,4
+min_ver=855
+comma_ver=4,8,5,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index d7cd740794..f1c01611c6 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.854 \ No newline at end of file
+version 4.855 \ No newline at end of file

Back to the top