Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2006-01-16 21:33:15 +0000
committerVeronika Irvine2006-01-16 21:33:15 +0000
commit5a64c421c0db809cc529908d27a7cbf84ed8f6d5 (patch)
tree52f4934c975e4682c38eeb8ab697b77718c49725 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se
parent673960cefcbd2d4d342588f59075fa9505dbe692 (diff)
downloadeclipse.platform.swt-5a64c421c0db809cc529908d27a7cbf84ed8f6d5.tar.gz
eclipse.platform.swt-5a64c421c0db809cc529908d27a7cbf84ed8f6d5.tar.xz
eclipse.platform.swt-5a64c421c0db809cc529908d27a7cbf84ed8f6d5.zip
v3220 for 3.2 I20060117-0800v3220
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 c9341e55e3..ae1a922320 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 = 219;
+ static int MINOR_VERSION = 220;
/**
* SWT revision number (must be >= 0)

Back to the top