Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-03-16 11:56:12 +0000
committerArun Thondapu2015-03-16 13:30:12 +0000
commitc116c3bfbdda15e810f4e8bcade42ff81a18d469 (patch)
tree6331ef7f1f84ece74035bfe95d2eddafc495a5da /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
parentf80da13bc43b4b5c9267a50f3864b2511c02a7f4 (diff)
downloadeclipse.platform.swt-c116c3bfbdda15e810f4e8bcade42ff81a18d469.tar.gz
eclipse.platform.swt-c116c3bfbdda15e810f4e8bcade42ff81a18d469.tar.xz
eclipse.platform.swt-c116c3bfbdda15e810f4e8bcade42ff81a18d469.zip
v4516
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 4285d94863..9e98ea5e6d 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 = 515;
+ static int MINOR_VERSION = 516;
/**
* SWT revision number (must be >= 0)

Back to the top