Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-11-28 22:33:45 +0000
committerBilly Biggs2005-11-28 22:33:45 +0000
commitfaf67c93218c50d9edd994b5ab3130e8ecd96118 (patch)
tree1b10e42d378ad8a6c40d2d04627b2764b68e867d /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parentea4d187e18c5cb79cd146d623e9cb83cded32237 (diff)
downloadeclipse.platform.swt-faf67c93218c50d9edd994b5ab3130e8ecd96118.tar.gz
eclipse.platform.swt-faf67c93218c50d9edd994b5ab3130e8ecd96118.tar.xz
eclipse.platform.swt-faf67c93218c50d9edd994b5ab3130e8ecd96118.zip
v3216
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 babbbe52b2..6ef4e621c4 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 = 215;
+ static int MINOR_VERSION = 216;
/**
* SWT revision number (must be >= 0)

Back to the top