v3211
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 0ba71f4..a1a2e6b 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 = 210;
+    static int MINOR_VERSION = 211;
 	
 	/**
 	 * 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 83a7aba..a2143a0 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 = 210;
+    static int MINOR_VERSION = 211;
 	
 	/**
 	 * 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 92ceb77..9028139 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=210
-comma_ver=3,2,1,0
+min_ver=211
+comma_ver=3,2,1,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 44162b1..7469339 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.210
\ No newline at end of file
+version 3.211
\ 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 8222985..ba40ccb 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,35 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.2 011 - Tuesday October 25th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+34612    	scroll problem in tree, table, and list
+<br>35909 	Table HIDE_SELECTION behaviour not implemented
+<br>41466 	Panther: Check and Radio ToolItems don't use correct look
+<br>51736 	[JUnit] TreeItem test cases failing
+<br>68657 	JUnit test fails for Image.setBackground
+<br>76804 	Improve SWT performance over GTK window system
+<br>85539 	[JUnit] GC.copyArea test cases failing
+<br>89687 	computeSize(-1, -1) wrong for Text with SWT.Wrap.
+<br>91388 	Tiger: 1 pixel line drawn over scrollbars
+<br>94370 	SWT crashes with KERN_PROTECTION_FAILURE on mac
+<br>94629 	Clipped text fields in project info page
+<br>96839 	CCombo visible above neighbouring areas while scrolling ...
+<br>100035  Eclipse loses its dock icon when dock restarted
+<br>100696 	Keyboard fails on MacOS X
+<br>102088 	Text with CENTER has too much logical space
+<br>109215 	Moveable table column and DND feedback clash on MacOS X
+<br>109951 	Mac: Menu Highlight Cheese
+<br>109952 	Mac: Menu Cleared After Shell Restored From Dock
+<br>111973 	Default Dialog font on Mac OS X not good for DBCS languages
+<br>112116 	Antialiasing causes incorrect drawing
+<br>112403 	window dimensions are tiny
+<br>112994 	auto hook up simple widget relations for screen readers
+<br>113100 	Button size test failures in org.eclipse.ui.tests
+<br>113485 	Don't flush X exposes for a SMOOTH Sash
+</blockquote>
+
 <h2> SWT Build 3.2 010 - Tuesday October 18th, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>