Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2006-10-02 18:17:34 +0000
committerCarolyn MacLeod2006-10-02 18:17:34 +0000
commiteec01bf12a64c7c29b5c694f78344e5c00436663 (patch)
tree087d7646b0c7103c541355389a85a77baeb90811 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parent0d74a1acbb87dc02afe5ac3a20efa8af2f03c0b4 (diff)
downloadeclipse.platform.swt-eec01bf12a64c7c29b5c694f78344e5c00436663.tar.gz
eclipse.platform.swt-eec01bf12a64c7c29b5c694f78344e5c00436663.tar.xz
eclipse.platform.swt-eec01bf12a64c7c29b5c694f78344e5c00436663.zip
v3311
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 d6f34c8511..6aff7a81e2 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
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 310;
+ static int MINOR_VERSION = 311;
/**
* SWT revision number (must be >= 0)

Back to the top