Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-11-14 11:42:56 +0000
committerArun Thondapu2017-11-14 11:42:56 +0000
commitef4364c4118b655b26b39c0ce911712b30a98e2b (patch)
tree41affaf37b4bacc08258ecfea626c75089f23465
parent05bb1ad2867317c6c2a7cbfdffc000b19b75c71e (diff)
downloadeclipse.platform.swt-ef4364c4118b655b26b39c0ce911712b30a98e2b.tar.gz
eclipse.platform.swt-ef4364c4118b655b26b39c0ce911712b30a98e2b.tar.xz
eclipse.platform.swt-ef4364c4118b655b26b39c0ce911712b30a98e2b.zip
v4761
-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 6bcc866057..907d9dff3c 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 = 760;
+ static int MINOR_VERSION = 761;
/**
* 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 536574f10e..d54f6e84f3 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=760
-comma_ver=4,7,6,0
+min_ver=761
+comma_ver=4,7,6,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index b508512872..78c5d20cd6 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.760 \ No newline at end of file
+version 4.761 \ No newline at end of file

Back to the top