Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2017-12-15 14:23:57 +0000
committergenie.releng2017-12-15 14:23:57 +0000
commitf01c5c3ce2309fa99cc4b44e6d9300ffcfce03d5 (patch)
treece872342b1e843d7f1a644f35c6bfb0265fa2940
parent421ea880eee981319d826949cb9b48f109f7c154 (diff)
downloadeclipse.platform.swt-f01c5c3ce2309fa99cc4b44e6d9300ffcfce03d5.tar.gz
eclipse.platform.swt-f01c5c3ce2309fa99cc4b44e6d9300ffcfce03d5.tar.xz
eclipse.platform.swt-f01c5c3ce2309fa99cc4b44e6d9300ffcfce03d5.zip
v4848
-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 fc3d3307f5..f0076f9b87 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 = 847;
+ static int MINOR_VERSION = 848;
/**
* 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 a4a9efd47e..c152daf157 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=847
-comma_ver=4,8,4,7
+min_ver=848
+comma_ver=4,8,4,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index da59a4b9bb..16256e5113 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.847 \ No newline at end of file
+version 4.848 \ No newline at end of file

Back to the top