diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-06-04 11:17:36 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-06-04 11:17:36 -0400 |
commit | 46b01c803afecbc35ddb8f20f180e22609d7ca34 (patch) | |
tree | 695139d7e5ed43b0775193d92011e91f95c4734d | |
parent | 62a36d37112f172d216c43f3b3a1f50a64075829 (diff) | |
download | eclipse.platform.swt-46b01c803afecbc35ddb8f20f180e22609d7ca34.tar.gz eclipse.platform.swt-46b01c803afecbc35ddb8f20f180e22609d7ca34.tar.xz eclipse.platform.swt-46b01c803afecbc35ddb8f20f180e22609d7ca34.zip |
v4232
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 bdae7f071b..97607f53df 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 = 232; + static int MINOR_VERSION = 233; /** * 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 cf10fba2e2..afe4556a55 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 = 232; + static int MINOR_VERSION = 233; /** * 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 eaab800f44..f4b71fbab2 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=232 -comma_ver=4,2,3,2 +min_ver=233 +comma_ver=4,2,3,3 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 086c40a0c6..3ea5390e1e 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.232
\ No newline at end of file +version 4.233
\ No newline at end of file |