Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2006-04-26 19:45:23 +0000
committerGrant Gayed2006-04-26 19:45:23 +0000
commitc12374bd3ca5103cfda06c747a98b844404fe256 (patch)
treeffb20a26baaca55ded28dc371f74fb300fa07bd7 /bundles/org.eclipse.swt/Eclipse SWT PI
parent460384db3fd88c27a6bcd31d10f9702c5446d162 (diff)
downloadeclipse.platform.swt-c12374bd3ca5103cfda06c747a98b844404fe256.tar.gz
eclipse.platform.swt-c12374bd3ca5103cfda06c747a98b844404fe256.tar.xz
eclipse.platform.swt-c12374bd3ca5103cfda06c747a98b844404fe256.zip
v3231 build
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
index ebfd78d155..861b268f1e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/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 = 230;
+ static int MINOR_VERSION = 231;
/**
* SWT revision number (must be >= 0)
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 4a74416b27..7bc6e3e31d 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 = 230;
+ static int MINOR_VERSION = 231;
/**
* SWT revision number (must be >= 0)

Back to the top