summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2009-05-04 19:35:02 +0000
committerKevin Barnes <krbarnes>2009-05-04 19:35:02 +0000
commit27dd89efb10ea470a9ca8c025d8c08f12a2577e1 (patch)
tree3c7f09861b2f7cd89d996b9871593e4775e1e3b1 /bundles/org.eclipse.swt/Eclipse SWT PI
parent030b9a0697828459778791517f2c0b080cc21fa6 (diff)
downloadeclipse.platform.swt-27dd89efb10ea470a9ca8c025d8c08f12a2577e1.tar.gz
eclipse.platform.swt-27dd89efb10ea470a9ca8c025d8c08f12a2577e1.tar.xz
eclipse.platform.swt-27dd89efb10ea470a9ca8c025d8c08f12a2577e1.zip
v3546 for I20090504
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 dfee5fd8bf..38515727f0 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 = 545;
+ static int MINOR_VERSION = 546;
/**
* 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 18d7bd04d6..2f5cea8629 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 = 545;
+ static int MINOR_VERSION = 546;
/**
* SWT revision number (must be >= 0)