summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
diff options
context:
space:
mode:
authorDuong Nguyen <dnguyen>2008-04-28 22:00:02 +0000
committerDuong Nguyen <dnguyen>2008-04-28 22:00:02 +0000
commitfc07ff9089fb026e03c6a28cccd71ea061ac7976 (patch)
tree455d7110e01b335e8f08ee2fb91c61ad8ec3722a /bundles/org.eclipse.swt/Eclipse SWT PI
parent7d44449ec13018f5f4f1c8b1f07edb2d4f51d4bb (diff)
downloadeclipse.platform.swt-fc07ff9089fb026e03c6a28cccd71ea061ac7976.tar.gz
eclipse.platform.swt-fc07ff9089fb026e03c6a28cccd71ea061ac7976.tar.xz
eclipse.platform.swt-fc07ff9089fb026e03c6a28cccd71ea061ac7976.zip
v3441 for I20080429
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 b91be0f4b0..6fb4d4254d 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 = 440;
+ static int MINOR_VERSION = 441;
/**
* 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 0a1acf1b13..e90e05e27b 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
@@ -24,7 +24,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 440;
+ static int MINOR_VERSION = 441;
/**
* SWT revision number (must be >= 0)