diff options
author | Felipe Heidrich <fheidric> | 2011-01-17 22:29:51 +0000 |
---|---|---|
committer | Felipe Heidrich <fheidric> | 2011-01-17 22:29:51 +0000 |
commit | f2baed61eb63d2f361e0bcedf8f5898e1419dca7 (patch) | |
tree | 009b64288e9d25336b4a64932a34a067405f78f9 | |
parent | 5ded542a6d7a504863afb3a775d180a2e55ba81d (diff) | |
download | eclipse.platform.swt-f2baed61eb63d2f361e0bcedf8f5898e1419dca7.tar.gz eclipse.platform.swt-f2baed61eb63d2f361e0bcedf8f5898e1419dca7.tar.xz eclipse.platform.swt-f2baed61eb63d2f361e0bcedf8f5898e1419dca7.zip |
Update current version from v3719 to v3720
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 268d9db066..0d84b3b857 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 @@ -22,7 +22,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 719; + static int MINOR_VERSION = 720; /** * 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 24af67ae81..2dbbe85f66 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 @@ -24,7 +24,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 719; + static int MINOR_VERSION = 720; /** * 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 b5d4b0a604..4b03903a3f 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=3 -min_ver=719 -comma_ver=3,7,1,9 +min_ver=720 +comma_ver=3,7,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 4937c53d43..7fe68769f8 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 3.719
\ No newline at end of file +version 3.720
\ No newline at end of file |