summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html17
3 files changed, 17 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 94bf62153b..0b48016217 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 = 48;
+ static int MINOR_VERSION = 49;
/**
* 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 4359a0d07d..2210ebaf6d 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 = 48;
+ static int MINOR_VERSION = 49;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 3e814582d3..8fac7aaf10 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,7 +11,20 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
-SWT Build 2.0 048 - Tuesday August 6, 2002
+SWT Build 2.0 049 - Wednesday August 14, 2002 (2.0.1 stream)
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+<blockquote>
+22055: CoolBar - setWrapIndices causes rows to collapse/expand unnecessarily
+<br>22144: Coolbar - setSize not being honored after setWrapIndices API used
+<br>22320: Coolbar - delete item behavior problem
+</blockquote>
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
+SWT Build 2.0 048 - Tuesday August 6, 2002 (2.0.1 stream)
<h2>
<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
@@ -26,7 +39,7 @@ SWT Build 2.0 048 - Tuesday August 6, 2002
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
-SWT Build 2.0 047 - Monday June 17, 2002
+SWT Build 2.0 047 - Monday June 17, 2002 (2.0 release)
<h2>
<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>