Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-12-22 00:01:32 +0000
committerArun Thondapu2016-12-22 00:01:32 +0000
commit1479019b649a30c399aa64a87c0987771ac7348d (patch)
treed9795300426734e4b26d1bd3f264a099425ecccd /bundles/org.eclipse.swt/Eclipse SWT PI
parent9402de78532f13c237e323f1438530b700e7b749 (diff)
downloadeclipse.platform.swt-1479019b649a30c399aa64a87c0987771ac7348d.tar.gz
eclipse.platform.swt-1479019b649a30c399aa64a87c0987771ac7348d.tar.xz
eclipse.platform.swt-1479019b649a30c399aa64a87c0987771ac7348d.zip
v4730
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 614da42cc5..813265f087 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 = 729;
+ static int MINOR_VERSION = 730;
/**
* SWT revision number (must be >= 0)

Back to the top