diff options
author | Silenio Quarti | 2013-05-14 21:04:27 +0000 |
---|---|---|
committer | Silenio Quarti | 2013-05-14 21:04:27 +0000 |
commit | c05f6dcca43adfd173bda1b25904a1047f961586 (patch) | |
tree | e3fe05d4b569459c95e2ceec0fdc7f669af78654 | |
parent | e0bc3cac3bf2408c199271b6026ade8e89990b9d (diff) | |
download | eclipse.platform.swt-c05f6dcca43adfd173bda1b25904a1047f961586.tar.gz eclipse.platform.swt-c05f6dcca43adfd173bda1b25904a1047f961586.tar.xz eclipse.platform.swt-c05f6dcca43adfd173bda1b25904a1047f961586.zip |
v3837v3837
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 e2aa2c08e5..c98963a6aa 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 = 836; + static int MINOR_VERSION = 837; /** * 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 f789c7f88e..89b0fef9e9 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 = 836; + static int MINOR_VERSION = 837; /** * 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 2eb7338f9b..9c86f3bcdb 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=836 -comma_ver=3,8,3,6 +min_ver=837 +comma_ver=3,8,3,7 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 61b7526f70..fa4532df33 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 3.836
\ No newline at end of file +version 3.837
\ No newline at end of file |