Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-02-24 11:45:09 +0000
committerArun Thondapu2017-02-24 11:45:09 +0000
commit9af5aed84062ee6dd3f68c104ad74909144b3601 (patch)
tree0840c0fb79a4a138935eefdb97fb3b22a19ab3d4 /bundles/org.eclipse.swt/Eclipse SWT PI
parent06d6148ec529a088cfea9101b2e083b0025e829c (diff)
downloadeclipse.platform.swt-9af5aed84062ee6dd3f68c104ad74909144b3601.tar.gz
eclipse.platform.swt-9af5aed84062ee6dd3f68c104ad74909144b3601.tar.xz
eclipse.platform.swt-9af5aed84062ee6dd3f68c104ad74909144b3601.zip
v4745
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-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 60eb89376c..481022e2cc 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 = 744;
+ static int MINOR_VERSION = 745;
/**
* SWT revision number (must be >= 0)

Back to the top