Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-04-23 12:20:27 +0000
committerArun Thondapu2016-04-23 12:20:27 +0000
commit1f077036630c4156560d9ba4a79bd3f5cc805290 (patch)
treec3ab43bbf658db33011e5c661fe6b957b6e97140
parent84ec0e619bac5a9b2208d8b35fe0fc7d85a0818a (diff)
downloadeclipse.platform.swt-1f077036630c4156560d9ba4a79bd3f5cc805290.tar.gz
eclipse.platform.swt-1f077036630c4156560d9ba4a79bd3f5cc805290.tar.xz
eclipse.platform.swt-1f077036630c4156560d9ba4a79bd3f5cc805290.zip
v4622
-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 6bdf351ec3..c1acd05b21 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 = 621;
+ static int MINOR_VERSION = 622;
/**
* 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 9f5cb9e8e4..e04524e5cb 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=621
-comma_ver=4,6,2,1
+min_ver=622
+comma_ver=4,6,2,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 3d97749dae..79cd8d535b 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.621 \ No newline at end of file
+version 4.622 \ No newline at end of file

Back to the top