Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-06-20 10:12:42 +0000
committerArun Thondapu2017-06-20 10:12:42 +0000
commitec35063bd6d733c2fe9aa803ec808183e371dda1 (patch)
tree1cc13d6e6caa5e51dfe1971cfc418ecf1389de0f /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parenta181f69a541a47662f609aa3053f70e8ce9c99b5 (diff)
downloadeclipse.platform.swt-ec35063bd6d733c2fe9aa803ec808183e371dda1.tar.gz
eclipse.platform.swt-ec35063bd6d733c2fe9aa803ec808183e371dda1.tar.xz
eclipse.platform.swt-ec35063bd6d733c2fe9aa803ec808183e371dda1.zip
v4800
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se')
-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 6bcc866057..0c4b673220 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 = 760;
+ static int MINOR_VERSION = 800;
/**
* SWT revision number (must be >= 0)

Back to the top