Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2002-10-24 20:25:34 +0000
committerGrant Gayed2002-10-24 20:25:34 +0000
commite3d7b33020a377790fccfbca2c3152f1fcdec544 (patch)
treeb60af387cc0b46ffdcb2313e2a1304510e1fa6e0
parentb237ac49a4c961c372020b34fb76b14a11eb4f0c (diff)
downloadeclipse.platform.swt-e3d7b33020a377790fccfbca2c3152f1fcdec544.tar.gz
eclipse.platform.swt-e3d7b33020a377790fccfbca2c3152f1fcdec544.tar.xz
eclipse.platform.swt-e3d7b33020a377790fccfbca2c3152f1fcdec544.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
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 60c8f2e75e..19e2a6de97 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
@@ -19,7 +19,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 51;
+ static int MINOR_VERSION = 52;
/**
* 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 859aa39d4a..e5f2237d91 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
@@ -19,7 +19,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 51;
+ static int MINOR_VERSION = 52;
/**
* 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 c57cbf176d..89f9caffff 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
@@ -6,6 +6,6 @@
#**********************************************************************
maj_ver=2
-min_ver=051
+min_ver=052
bld_num=0
-comma_ver=2,0,5,1
+comma_ver=2,0,5,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index d5094af592..59fcafaeda 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 2.051
+version 2.052

Back to the top