Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-10-17 22:49:03 +0000
committerBilly Biggs2005-10-17 22:49:03 +0000
commit6064961619c4d402c6db8ee5849d83a4099833c4 (patch)
treeed48aa85b3f3863c5a222478661920f3a57100f8 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parent068d38e85a8201f1b3a6918af0e3b900a4f792c6 (diff)
downloadeclipse.platform.swt-6064961619c4d402c6db8ee5849d83a4099833c4.tar.gz
eclipse.platform.swt-6064961619c4d402c6db8ee5849d83a4099833c4.tar.xz
eclipse.platform.swt-6064961619c4d402c6db8ee5849d83a4099833c4.zip
v3210v3210
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 edf3595851..83a7aba11c 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 = 209;
+ static int MINOR_VERSION = 210;
/**
* SWT revision number (must be >= 0)

Back to the top