Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-01-09 13:23:29 +0000
committergenie.releng2018-01-09 13:23:29 +0000
commit20e71a0404b81e196cf8f884205018dc40139a93 (patch)
tree431ac2224b38b267579c6cb7bdd6b44fb0b0fd36
parent93e4378c824ab449f9ae4b4fc4fe7c9e0f13e776 (diff)
downloadeclipse.platform.swt-20e71a0404b81e196cf8f884205018dc40139a93.tar.gz
eclipse.platform.swt-20e71a0404b81e196cf8f884205018dc40139a93.tar.xz
eclipse.platform.swt-20e71a0404b81e196cf8f884205018dc40139a93.zip
v4852
-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 44dab97797..ed1d9649fc 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 = 851;
+ static int MINOR_VERSION = 852;
/**
* 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 65944ea2e6..77207dd86c 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=851
-comma_ver=4,8,5,1
+min_ver=852
+comma_ver=4,8,5,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 73691bdca7..a8524e22f8 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.851 \ No newline at end of file
+version 4.852 \ No newline at end of file

Back to the top