Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-08-16 08:26:07 +0000
committerArun Thondapu2017-08-16 08:26:07 +0000
commitf3ca36b691bc01cab395a00c05d7c59508b3f841 (patch)
treed251d5f7a506ef39e9256abc0276ba9a5fb51e8b
parent222c313bde4b7033115feac66138c1c9ed95b090 (diff)
downloadeclipse.platform.swt-f3ca36b691bc01cab395a00c05d7c59508b3f841.tar.gz
eclipse.platform.swt-f3ca36b691bc01cab395a00c05d7c59508b3f841.tar.xz
eclipse.platform.swt-f3ca36b691bc01cab395a00c05d7c59508b3f841.zip
v4758
-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 18ab8555b8..794df5cf36 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 = 757;
+ static int MINOR_VERSION = 758;
/**
* 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 8e5df67b3f..2f2b83c144 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=757
-comma_ver=4,7,5,7
+min_ver=758
+comma_ver=4,7,5,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 045be3bee6..8fc2977900 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.757 \ No newline at end of file
+version 4.758 \ No newline at end of file

Back to the top