diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-03-18 18:09:48 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-03-18 18:09:48 -0400 |
commit | 8b148df73d093d15591abd7a1cd9838ee5d1ab84 (patch) | |
tree | b407dece907d76ecb8fbd1a7e3ebd0b4be42d677 | |
parent | 9d9800abc02490355ebf40a1ac63069ee7d48cc3 (diff) | |
download | eclipse.platform.swt-8b148df73d093d15591abd7a1cd9838ee5d1ab84.tar.gz eclipse.platform.swt-8b148df73d093d15591abd7a1cd9838ee5d1ab84.tar.xz eclipse.platform.swt-8b148df73d093d15591abd7a1cd9838ee5d1ab84.zip |
v4323
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 06b77136fb..c9a2ce717e 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 = 322; + static int MINOR_VERSION = 323; /** * 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 80badc0f98..e61fa8d70b 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 = 322; + static int MINOR_VERSION = 323; /** * 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 f5ceaac507..73920f8a27 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=322 -comma_ver=4,3,2,2 +min_ver=323 +comma_ver=4,3,2,3 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 2588cb8bfc..d71a9d6298 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.322
\ No newline at end of file +version 4.323
\ No newline at end of file |