v3203
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 6ebaf04..c30268f 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
@@ -22,7 +22,7 @@
 	/**
 	 * SWT Minor version number (must be in the range 0..999)
 	 */
-    static int MINOR_VERSION = 202;
+    static int MINOR_VERSION = 203;
 	
 	/**
 	 * 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 c97e4f1..c0f8116 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
@@ -22,7 +22,7 @@
 	/**
 	 * SWT Minor version number (must be in the range 0..999)
 	 */
-    static int MINOR_VERSION = 202;
+    static int MINOR_VERSION = 203;
 	
 	/**
 	 * 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 58390df..896256b 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,5 +10,5 @@
 #*******************************************************************************
 
 maj_ver=3
-min_ver=202
-comma_ver=3,2,0,2
+min_ver=203
+comma_ver=3,2,0,3
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 814fd7a..c99d429 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 3.202
\ No newline at end of file
+version 3.203
\ No newline at end of file
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 10ec5e0..6f8028d 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,10 +11,26 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.2 003 - Tuesday August 23rd, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+89183    	Image in any table column header creates indent in first ...
+<br>92636 	[Browser] Clicking in web browser (editor) does not dismi...
+<br>100665 	Add Resource.getDevice()
+<br>104380 	Text with WRAP - Compute fails
+<br>105494 	setting image in TreeItem column 1 affects its future col...
+<br>106006 	[Contributions] NullPointerExceptions in MenuManager.update
+<br>107123 	Alpha values on GC are not applied to Images on Windows
+<br>107145 	Javadoc can not refer to package protected methods
+<br>107324 	Recent changes causing a VM crash
+<br>107329 	AIOOBException caused by Tree.setRedraw()
+<br>107452 	[browser] fires 2 keyUp events
+</blockquote>
+
 <h2> SWT Build 3.2 002a - Thursday August 18th, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
-<br>107112 	Closing an editor adds "Widget is disposed" error to the ...
+107112 	Closing an editor adds "Widget is disposed" error to the ...
 </blockquote>
 
 <h2> SWT Build 3.2 002 - Tuesday August 16th, 2005 </h2>