Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-09-26 08:10:20 +0000
committerArun Thondapu2017-09-26 08:10:20 +0000
commit7448b63396e137524df46cb714da0cb487437936 (patch)
treea97642f7839c061f48ae80e06a1b0b4db5a76ed2
parentc6e4cd418fa0bac13d19b398a5f42ca0f121531a (diff)
downloadeclipse.platform.swt-7448b63396e137524df46cb714da0cb487437936.tar.gz
eclipse.platform.swt-7448b63396e137524df46cb714da0cb487437936.tar.xz
eclipse.platform.swt-7448b63396e137524df46cb714da0cb487437936.zip
v4820
-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 46d7a114ad..d0d66d2c26 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 = 819;
+ static int MINOR_VERSION = 820;
/**
* 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 3afbf25feb..3e82a8deef 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=819
-comma_ver=4,8,1,9
+min_ver=820
+comma_ver=4,8,2,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index a17497f161..7372b84306 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.819 \ No newline at end of file
+version 4.820 \ No newline at end of file

Back to the top