Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2006-03-06 20:37:46 +0000
committerVeronika Irvine2006-03-06 20:37:46 +0000
commit99bcfb10a9bfe68efc08e21a9ea0a01f8e431308 (patch)
treebc29403bba7981becec76af49aec2caf93f19ac7 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal
parent8d901438bd29a4d4dfd6b4c21f962fd8ab4b3e99 (diff)
downloadeclipse.platform.swt-99bcfb10a9bfe68efc08e21a9ea0a01f8e431308.tar.gz
eclipse.platform.swt-99bcfb10a9bfe68efc08e21a9ea0a01f8e431308.tar.xz
eclipse.platform.swt-99bcfb10a9bfe68efc08e21a9ea0a01f8e431308.zip
v3227
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 26c23da929..37851d2f9c 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 = 226;
+ static int MINOR_VERSION = 227;
/**
* SWT revision number (must be >= 0)

Back to the top