Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-03-02 22:43:46 +0000
committerGrant Gayed2004-03-02 22:43:46 +0000
commit012cffec5600c479fbc2d9d6262ecba30096af9e (patch)
tree31a7268bfcf4908d4101e5db2f893fbf1e0dc192
parent6f2ef40c7150e4cdca5ddea934825087c489cb13 (diff)
downloadeclipse.platform.swt-012cffec5600c479fbc2d9d6262ecba30096af9e.tar.gz
eclipse.platform.swt-012cffec5600c479fbc2d9d6262ecba30096af9e.tar.xz
eclipse.platform.swt-012cffec5600c479fbc2d9d6262ecba30096af9e.zip
*** empty log message ***v2136
-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
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html12
5 files changed, 17 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 81fe0a87f6..9db42647c0 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
@@ -23,7 +23,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 135;
+ static int MINOR_VERSION = 136;
/**
* 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 e07f0254b7..b87b36fa14 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
@@ -23,7 +23,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 135;
+ static int MINOR_VERSION = 136;
/**
* 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 c4f089faab..413e12bdb7 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,6 +10,6 @@
#*******************************************************************************
maj_ver=2
-min_ver=135
+min_ver=136
bld_num=0
-comma_ver=2,1,3,5
+comma_ver=2,1,3,6
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 00501896da..35f025c306 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.135
+version 2.136
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index d9917745b4..9f3286cfdd 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,18 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
+SWT Build 2.1.3 - Wednesday March 3, 2004
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+<blockquote>
+39892: SWT error thrown when refreshing the properties page
+<br>53419: Viewing preference page makes preferences tree unresponsive
+</blockquote>
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
SWT Build 2.1.3 - Wednesday February 25, 2004
<h2>

Back to the top