diff options
| author | Silenio Quarti | 2013-02-11 22:21:54 +0000 |
|---|---|---|
| committer | Lakshmi Shanmugam | 2013-02-28 08:25:59 +0000 |
| commit | 5a992722e83ec72fbecaf0d3dbddf1c33501c33d (patch) | |
| tree | a2264b6f4b8b6529c479248dc9714f454170e674 | |
| parent | 212e4a5082b171f37bad4b126f5e069e4aabb6d0 (diff) | |
| download | eclipse.platform.swt-5a992722e83ec72fbecaf0d3dbddf1c33501c33d.tar.gz eclipse.platform.swt-5a992722e83ec72fbecaf0d3dbddf1c33501c33d.tar.xz eclipse.platform.swt-5a992722e83ec72fbecaf0d3dbddf1c33501c33d.zip | |
v4320
4 files changed, 5 insertions, 5 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 86f0c6e320..f558c17eb7 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 @@ -26,7 +26,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 319; + static int MINOR_VERSION = 320; /** * 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 a696d3ec1b..41a451aca1 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 @@ -26,7 +26,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 319; + static int MINOR_VERSION = 320; /** * SWT revision number (must be >= 0) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak index f00ded8b2c..dfe62dd1c3 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak @@ -10,5 +10,5 @@ #******************************************************************************* maj_ver=4 -min_ver=319 -comma_ver=4,3,1,9 +min_ver=320 +comma_ver=4,3,2,0 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index f1aaf566d9..8b3cc11f3c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 4.319
\ No newline at end of file +version 4.320
\ No newline at end of file |
