Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2002-03-18 16:44:30 +0000
committerVeronika Irvine2002-03-18 16:44:30 +0000
commit83183b45d46c9b94b53882da638773f5d8717727 (patch)
treef2a7285128608fe876fe5586d81dd5ae319c1ae4
parenta6aa82dc97091e16b5532d453061dd3101fc432e (diff)
downloadeclipse.platform.swt-83183b45d46c9b94b53882da638773f5d8717727.tar.gz
eclipse.platform.swt-83183b45d46c9b94b53882da638773f5d8717727.tar.xz
eclipse.platform.swt-83183b45d46c9b94b53882da638773f5d8717727.zip
build 2031
-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/common/library/make_common.mak4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
-rw-r--r--bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2031.dll (renamed from bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2030.dll)bin318976 -> 318976 bytes
4 files changed, 4 insertions, 4 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 2e2477d0e3..4e2fab37d2 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
@@ -17,7 +17,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 30;
+ static int MINOR_VERSION = 31;
/**
* 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 aba46871a6..31aea220bc 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
@@ -1,4 +1,4 @@
maj_ver=2
-min_ver=030
+min_ver=031
bld_num=0
-comma_ver=2,0,3,0
+comma_ver=2,0,3,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index df456253e9..df3d6424fe 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.030
+version 2.031
diff --git a/bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2030.dll b/bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2031.dll
index da7ad003c7..c948babf27 100644
--- a/bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2030.dll
+++ b/bundles/org.eclipse.swt/os/win32-ce/arm/swt-win32-2031.dll
Binary files differ

Back to the top