Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2017-12-13 09:03:59 +0000
committergenie.releng2017-12-13 09:03:59 +0000
commit3a7d83f7aac56774df1fdd1a2bc3e1fe025e0351 (patch)
treef063ccd09b1b7d9e3bfcbe0cb27327094912eb5e
parentaa02710cfd49bf59fc4fcded6a2bbdb9cdfba8bb (diff)
downloadeclipse.platform.swt-3a7d83f7aac56774df1fdd1a2bc3e1fe025e0351.tar.gz
eclipse.platform.swt-3a7d83f7aac56774df1fdd1a2bc3e1fe025e0351.tar.xz
eclipse.platform.swt-3a7d83f7aac56774df1fdd1a2bc3e1fe025e0351.zip
v4847
-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 8641bb5657..fc3d3307f5 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 = 846;
+ static int MINOR_VERSION = 847;
/**
* 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 48cb93d970..a4a9efd47e 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=846
-comma_ver=4,8,4,6
+min_ver=847
+comma_ver=4,8,4,7
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 50bf8758f7..da59a4b9bb 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.846 \ No newline at end of file
+version 4.847 \ No newline at end of file

Back to the top