From e7302a6ce59c658d7bea4dcf22d4daa233fd0c51 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Fri, 27 Apr 2012 11:46:30 -0400 Subject: Incrementing SWT version for 4.2 --- .../common_j2me/org/eclipse/swt/internal/Library.java | 4 ++-- .../common_j2se/org/eclipse/swt/internal/Library.java | 4 ++-- bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 6 +++--- bundles/org.eclipse.swt/Eclipse SWT/common/version.txt | 2 +- 4 files changed, 8 insertions(+), 8 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 135eabeddd..1d12be4abf 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 @@ -21,12 +21,12 @@ public class Library { /** * SWT Major version number (must be >= 0) */ - static int MAJOR_VERSION = 3; + static int MAJOR_VERSION = 4; /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 829; + static int MINOR_VERSION = 228; /** * 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 71ce9e40f5..dc99745f61 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 @@ -21,12 +21,12 @@ public class Library { /** * SWT Major version number (must be >= 0) */ - static int MAJOR_VERSION = 3; + static int MAJOR_VERSION = 4; /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 829; + static int MINOR_VERSION = 228; /** * 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 4e38720b43..4044fb3b3a 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 @@ -9,6 +9,6 @@ # IBM Corporation - initial API and implementation #******************************************************************************* -maj_ver=3 -min_ver=829 -comma_ver=3,8,2,9 +maj_ver=4 +min_ver=228 +comma_ver=4,2,2,8 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index bf8e7097bc..0a5cf3bf4c 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.829 \ No newline at end of file +version 4.228 \ No newline at end of file -- cgit