Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-11-06 05:33:53 +0000
committerArun Thondapu2017-11-06 05:33:53 +0000
commitc0ea044eea3d370d10ce9abbf106698e7fc30230 (patch)
tree70232c7f2b385ffd6a60627e3fdf409a8a9d3e17
parent48cc69a6729edd5a62924fdb042d3dc693c27e85 (diff)
downloadeclipse.platform.swt-c0ea044eea3d370d10ce9abbf106698e7fc30230.tar.gz
eclipse.platform.swt-c0ea044eea3d370d10ce9abbf106698e7fc30230.tar.xz
eclipse.platform.swt-c0ea044eea3d370d10ce9abbf106698e7fc30230.zip
v4760
-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 8b87d5850b..6bcc866057 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 = 759;
+ static int MINOR_VERSION = 760;
/**
* 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 9331e06f10..536574f10e 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=759
-comma_ver=4,7,5,9
+min_ver=760
+comma_ver=4,7,6,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 0474c2aa09..b508512872 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.759 \ No newline at end of file
+version 4.760 \ No newline at end of file

Back to the top