Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-04-22 23:03:47 +0000
committerArun Thondapu2017-04-22 23:03:47 +0000
commit3541e9bfa71f167ce0b07c29cbf8b8ef474959c0 (patch)
tree1ba6d369ff682ee48a5522af7ec373a7226adf0c /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt
parentd25c358129bdd309520ae7b67a7f0ced1e33a85b (diff)
downloadeclipse.platform.swt-3541e9bfa71f167ce0b07c29cbf8b8ef474959c0.tar.gz
eclipse.platform.swt-3541e9bfa71f167ce0b07c29cbf8b8ef474959c0.tar.xz
eclipse.platform.swt-3541e9bfa71f167ce0b07c29cbf8b8ef474959c0.zip
v4755
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt')
-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 b8672ae353..4113a8e597 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 = 754;
+ static int MINOR_VERSION = 755;
/**
* SWT revision number (must be >= 0)

Back to the top