Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-12-22 14:31:41 +0000
committerArun Thondapu2016-12-22 14:31:41 +0000
commitc20ba73186dc256197ac136747469f765236b31e (patch)
treed010f3230b764f514575a25ce4543f2adbc509a1 /bundles/org.eclipse.swt/Eclipse SWT PI
parent1474cdbfdaa94ae9e5ff374b181e1ca60ff8d0d6 (diff)
downloadeclipse.platform.swt-c20ba73186dc256197ac136747469f765236b31e.tar.gz
eclipse.platform.swt-c20ba73186dc256197ac136747469f765236b31e.tar.xz
eclipse.platform.swt-c20ba73186dc256197ac136747469f765236b31e.zip
v4731
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
1 files changed, 1 insertions, 1 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 813265f087..70c26bb9b6 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 = 730;
+ static int MINOR_VERSION = 731;
/**
* SWT revision number (must be >= 0)

Back to the top