Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2006-02-09 21:09:16 +0000
committerVeronika Irvine2006-02-09 21:09:16 +0000
commit20d685c55b385b2f2e37b9ec7f842bfc85bcd684 (patch)
tree97b787fc7f598efb0e50ba754324f1f796b011a7 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal
parent55e5e5ad1c2ba80984d68df1afd98e11934c153c (diff)
downloadeclipse.platform.swt-20d685c55b385b2f2e37b9ec7f842bfc85bcd684.tar.gz
eclipse.platform.swt-20d685c55b385b2f2e37b9ec7f842bfc85bcd684.tar.xz
eclipse.platform.swt-20d685c55b385b2f2e37b9ec7f842bfc85bcd684.zip
v3224v3224
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal')
-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 1839c26ac0..48575128c0 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 = 223;
+ static int MINOR_VERSION = 224;
/**
* SWT revision number (must be >= 0)

Back to the top