Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-05-11 17:29:51 +0000
committerArun Thondapu2015-05-11 17:29:51 +0000
commit5d0111bd52ed2fb16cbdac991442f2d981202814 (patch)
tree10ea27827d57da7278652c93e9dc6e2fa00f5d4f /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
parentb2c56e66aaad465d12cc59ec2771e5a867d42cbb (diff)
downloadeclipse.platform.swt-5d0111bd52ed2fb16cbdac991442f2d981202814.tar.gz
eclipse.platform.swt-5d0111bd52ed2fb16cbdac991442f2d981202814.tar.xz
eclipse.platform.swt-5d0111bd52ed2fb16cbdac991442f2d981202814.zip
v4525
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 f8e7808d39..00a74088a6 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 = 524;
+ static int MINOR_VERSION = 525;
/**
* SWT revision number (must be >= 0)

Back to the top