Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2006-09-25 19:15:27 +0000
committerCarolyn MacLeod2006-09-25 19:15:27 +0000
commitd662bdd7a62f5f733b19bc1b4e7474f40a47a35e (patch)
tree08ea098eaaacad0af7da3cfd280c5a53a4cc124d /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parentbe914b6c4ba1949149d0ef19bdd21459ff080526 (diff)
downloadeclipse.platform.swt-d662bdd7a62f5f733b19bc1b4e7474f40a47a35e.tar.gz
eclipse.platform.swt-d662bdd7a62f5f733b19bc1b4e7474f40a47a35e.tar.xz
eclipse.platform.swt-d662bdd7a62f5f733b19bc1b4e7474f40a47a35e.zip
v3310
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 7584edcea4..d6f34c8511 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 = 309;
+ static int MINOR_VERSION = 310;
/**
* SWT revision number (must be >= 0)

Back to the top