Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-01-17 06:24:37 +0000
committerArun Thondapu2017-01-17 06:24:37 +0000
commit036274fa3bda673ff9bcb93dddafa3e3715166be (patch)
tree69199df65c2446402b25a7f11737b9b7ddea09a4
parent9fadf52b285a25e88980c0d2b9d5863ea1d6de3d (diff)
downloadeclipse.platform.swt-036274fa3bda673ff9bcb93dddafa3e3715166be.tar.gz
eclipse.platform.swt-036274fa3bda673ff9bcb93dddafa3e3715166be.tar.xz
eclipse.platform.swt-036274fa3bda673ff9bcb93dddafa3e3715166be.zip
v4732
-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 70c26bb9b6..be99c1f07e 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 = 731;
+ static int MINOR_VERSION = 732;
/**
* 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 6387f385d1..c8c756bc16 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=731
-comma_ver=4,7,3,1
+min_ver=732
+comma_ver=4,7,3,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 0ef9aaece1..8e294acd6a 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.731 \ No newline at end of file
+version 4.732 \ No newline at end of file

Back to the top