Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-06-29 05:54:55 +0000
committerArun Thondapu2017-06-29 05:54:55 +0000
commit0dbb2c800492bab2e20a5dd7fc7f21d9a612e77c (patch)
tree7112de09a5ff86daf216e4670de3cd250bcdbf3a /bundles
parentc7873a6d67287d549d73d2bb69b08a1385cd0784 (diff)
downloadeclipse.platform.swt-0dbb2c800492bab2e20a5dd7fc7f21d9a612e77c.tar.gz
eclipse.platform.swt-0dbb2c800492bab2e20a5dd7fc7f21d9a612e77c.tar.xz
eclipse.platform.swt-0dbb2c800492bab2e20a5dd7fc7f21d9a612e77c.zip
v4804
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 404a6041c6..c52c8a3851 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
@@ -26,7 +26,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 803;
+ static int MINOR_VERSION = 804;
/**
* 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 a4284e1b3f..6445977630 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=803
-comma_ver=4,8,0,3
+min_ver=804
+comma_ver=4,8,0,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 76290759aa..d74bfdf0f6 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.803 \ No newline at end of file
+version 4.804 \ No newline at end of file

Back to the top