Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-11-15 10:30:25 +0000
committerArun Thondapu2016-11-15 10:30:25 +0000
commit5f2d2b00dbf990304801015710168a3dbcd8f1a6 (patch)
treea2e462e208ad323ef37e349b2dfd87ea3029e895
parent06c84738708c839d8b8abd240d414db8a63273f7 (diff)
downloadeclipse.platform.swt-5f2d2b00dbf990304801015710168a3dbcd8f1a6.tar.gz
eclipse.platform.swt-5f2d2b00dbf990304801015710168a3dbcd8f1a6.tar.xz
eclipse.platform.swt-5f2d2b00dbf990304801015710168a3dbcd8f1a6.zip
v4628
-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 2f3590a70c..9d34ca2c5a 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 = 627;
+ static int MINOR_VERSION = 628;
/**
* 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 7d92e05d1a..ea08847792 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=627
-comma_ver=4,6,2,7
+min_ver=628
+comma_ver=4,6,2,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 74b0893697..d0350476d3 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.627 \ No newline at end of file
+version 4.628 \ No newline at end of file

Back to the top