diff options
author | Felipe Heidrich <fheidric> | 2011-01-24 17:24:33 +0000 |
---|---|---|
committer | Felipe Heidrich <fheidric> | 2011-01-24 17:24:33 +0000 |
commit | f891e03d97549c1e3258bba05458df204338a912 (patch) | |
tree | 8dfc0664cab48462400284c87538c7bc75074add | |
parent | 4bfb2d44c42d56d757ebc85b377fc3c3d6fa800b (diff) | |
download | eclipse.platform.swt-f891e03d97549c1e3258bba05458df204338a912.tar.gz eclipse.platform.swt-f891e03d97549c1e3258bba05458df204338a912.tar.xz eclipse.platform.swt-f891e03d97549c1e3258bba05458df204338a912.zip |
Update current version from v3720 to v3721
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 0d84b3b857..d54f3e6a88 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 = 720; + static int MINOR_VERSION = 721; /** * 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 2dbbe85f66..c631f17829 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 = 720; + static int MINOR_VERSION = 721; /** * 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 4b03903a3f..e28961fa84 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=720 -comma_ver=3,7,2,0 +min_ver=721 +comma_ver=3,7,2,1 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 7fe68769f8..c6417b22ee 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.720
\ No newline at end of file +version 3.721
\ No newline at end of file |