diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-10-05 17:06:38 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-10-05 17:06:38 -0400 |
commit | 4c1263d1098452f842fef4a42a3943e350fb9b23 (patch) | |
tree | 0ad70bb0247117804ce24358e6db65b1002f6ce3 | |
parent | 4cafd17e7e598f63d75f78de935b9f919356bee7 (diff) | |
download | eclipse.platform.swt-4c1263d1098452f842fef4a42a3943e350fb9b23.tar.gz eclipse.platform.swt-4c1263d1098452f842fef4a42a3943e350fb9b23.tar.xz eclipse.platform.swt-4c1263d1098452f842fef4a42a3943e350fb9b23.zip |
v4308
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 424cf4ba8e..1d88ade21e 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 = 307; + static int MINOR_VERSION = 308; /** * 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 643a97abb3..bda4a5b0b4 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 = 307; + static int MINOR_VERSION = 308; /** * 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 3d7d9866d6..279eb884d0 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=307 -comma_ver=4,3,0,7 +min_ver=308 +comma_ver=4,3,0,8 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 8a01fecf62..2810caa87e 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.307
\ No newline at end of file +version 4.308
\ No newline at end of file |