summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2011-05-11 00:54:58 +0000
committerFelipe Heidrich <fheidric>2011-05-11 00:54:58 +0000
commit3026bf14df2e4344e9086690911778b0c8fa9c04 (patch)
treee4325b7dbbe4023594eb87141ae0eb91a5572af3 /bundles/org.eclipse.swt/Eclipse SWT PI
parent35627c0ace5001989a7f5f3e570904a7d0f66fa5 (diff)
downloadeclipse.platform.swt-3026bf14df2e4344e9086690911778b0c8fa9c04.tar.gz
eclipse.platform.swt-3026bf14df2e4344e9086690911778b0c8fa9c04.tar.xz
eclipse.platform.swt-3026bf14df2e4344e9086690911778b0c8fa9c04.zip
Update current version from v3732 to v3733
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 5789119076..6682664b11 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 = 732;
+ static int MINOR_VERSION = 733;
/**
* 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 68549dd2e7..efe70e2171 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 = 732;
+ static int MINOR_VERSION = 733;
/**
* SWT revision number (must be >= 0)