summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2012-04-27 11:46:30 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-04-27 11:46:30 -0400
commite7302a6ce59c658d7bea4dcf22d4daa233fd0c51 (patch)
tree8dd37f56d1281042e017fde8279fd303b92accbb /bundles
parentdfc42127c5d172f8bf7465bfffbee127581ba9ee (diff)
downloadeclipse.platform.swt-e7302a6ce59c658d7bea4dcf22d4daa233fd0c51.tar.gz
eclipse.platform.swt-e7302a6ce59c658d7bea4dcf22d4daa233fd0c51.tar.xz
eclipse.platform.swt-e7302a6ce59c658d7bea4dcf22d4daa233fd0c51.zip
Incrementing SWT version for 4.2
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak6
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
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