diff options
author | Silenio Quarti | 2014-07-15 10:59:11 +0000 |
---|---|---|
committer | Silenio Quarti | 2014-07-15 10:59:11 +0000 |
commit | c23d09730efa4c132e1ceeb0abf813abd77b5599 (patch) | |
tree | d2224eb38a911f4e0a6d64757d2924e0ac873591 /bundles/org.eclipse.swt | |
parent | eb55220dd67f266f9c2b3524808a7b606843e2ba (diff) | |
download | eclipse.platform.swt-c23d09730efa4c132e1ceeb0abf813abd77b5599.tar.gz eclipse.platform.swt-c23d09730efa4c132e1ceeb0abf813abd77b5599.tar.xz eclipse.platform.swt-c23d09730efa4c132e1ceeb0abf813abd77b5599.zip |
v4502v4502I20140715-0800
Diffstat (limited to 'bundles/org.eclipse.swt')
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 3d6ef2db19..fc93a6a23a 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 = 501; + static int MINOR_VERSION = 502; /** * 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 e09356f0c8..646e62b337 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 = 501; + static int MINOR_VERSION = 502; /** * 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 9d6db6346b..047e9aaa7d 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=501 -comma_ver=4,5,0,1 +min_ver=502 +comma_ver=4,5,0,2 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 04c78d70ec..9f418756d8 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.501
\ No newline at end of file +version 4.502
\ No newline at end of file |