Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-06-17 10:10:17 +0000
committerArun Thondapu2016-06-17 10:10:17 +0000
commit5f032a8d4317ec83e5e15e7d023dff2fb7ff08dd (patch)
tree2567ca4aa7c9282fc79346e9515f073f09503a06
parentab85daa02672a6c50abbbf750a1c3ad46a1ad159 (diff)
downloadeclipse.platform.swt-5f032a8d4317ec83e5e15e7d023dff2fb7ff08dd.tar.gz
eclipse.platform.swt-5f032a8d4317ec83e5e15e7d023dff2fb7ff08dd.tar.xz
eclipse.platform.swt-5f032a8d4317ec83e5e15e7d023dff2fb7ff08dd.zip
v4624
-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 8bf08c5678..a62a4f1bbc 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 = 623;
+ static int MINOR_VERSION = 624;
/**
* 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 01354ce33c..6ddc42127f 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=623
-comma_ver=4,6,2,3
+min_ver=624
+comma_ver=4,6,2,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 9d5dd4ce07..1f1c73a07a 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.623 \ No newline at end of file
+version 4.624 \ No newline at end of file

Back to the top