Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-09-07 23:03:21 +0000
committerArun Thondapu2017-09-07 23:03:21 +0000
commitcda9db0a7dd9bdd93e1dfb7ac3f12f0132614054 (patch)
tree4096a2e0c98564df94c19be50c6e1183c67aecb4 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse
parent0650943303854f471afb27787b61aa951ffc6d5e (diff)
downloadeclipse.platform.swt-cda9db0a7dd9bdd93e1dfb7ac3f12f0132614054.tar.gz
eclipse.platform.swt-cda9db0a7dd9bdd93e1dfb7ac3f12f0132614054.tar.xz
eclipse.platform.swt-cda9db0a7dd9bdd93e1dfb7ac3f12f0132614054.zip
v4817
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse')
-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 3a10932ce3..d50e3adf6c 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 = 816;
+ static int MINOR_VERSION = 817;
/**
* SWT revision number (must be >= 0)

Back to the top