Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-01-05 00:04:53 +0000
committergenie.releng2018-01-05 00:04:53 +0000
commit22b0a0ddfed6c17f28dfdce9383eb9340686c879 (patch)
tree5bf2904297e08ecd7f882f76f98299fddae58d18 /bundles
parent0614caa4826966fc03c28be8efa64ad2a53038f6 (diff)
downloadeclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.tar.gz
eclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.tar.xz
eclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.zip
v4850
Diffstat (limited to 'bundles')
-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 656a0c3a8f..5c4ebab3ba 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
@@ -28,7 +28,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 849;
+ static int MINOR_VERSION = 850;
/**
* 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 dc98e3e2d8..5516c632e6 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=849
-comma_ver=4,8,4,9
+min_ver=850
+comma_ver=4,8,5,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index d663c432c2..c37ec7d129 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.849 \ No newline at end of file
+version 4.850 \ No newline at end of file

Back to the top