Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-02-12 18:45:49 +0000
committerArun Thondapu2016-02-12 18:45:49 +0000
commitf7ebac4f7f744d79164e69b338bf7c254063c187 (patch)
treee9f3b41bf674b6e80ee3cb80d773fc2c8086a49c /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
parentb56e4bab1642eb2df8ce406ba21fd36a4f822c14 (diff)
downloadeclipse.platform.swt-f7ebac4f7f744d79164e69b338bf7c254063c187.tar.gz
eclipse.platform.swt-f7ebac4f7f744d79164e69b338bf7c254063c187.tar.xz
eclipse.platform.swt-f7ebac4f7f744d79164e69b338bf7c254063c187.zip
v4530
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java')
-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 2428f5df2c..4b211a153f 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 = 529;
+ static int MINOR_VERSION = 530;
/**
* SWT revision number (must be >= 0)

Back to the top