v3213
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 63286a9..6fca7f3 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 = 212;
+    static int MINOR_VERSION = 213;
 	
 	/**
 	 * 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 b34613e..c3263e3 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 = 212;
+    static int MINOR_VERSION = 213;
 	
 	/**
 	 * 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 e6c344e..7646a00 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=212
-comma_ver=3,2,1,2
+min_ver=213
+comma_ver=3,2,1,3
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 4b2cbfa..b1e65de 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.212
\ No newline at end of file
+version 3.213
\ 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 91cb625..361e861 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,25 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.2 013 - Tuesday November 8th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+47760    	Images that SWT cannot load.
+<br>93380 	[DnD] 100% CPU usage when dragging files in the navigator...
+<br>98282 	Wrapping has strange behavior for long Label with no spaces
+<br>111195 	Doubleclicking between TreeColumns does not resize the co...
+<br>112345 	[LayoutExample] Toolbar replacing another widget causes c...
+<br>112463 	Tree.showColumn doesn't scroll column from left of viewpo...
+<br>113244 	Accessibilty...When using JAWS on a StyledText widget the...
+<br>113802 	Dialogs block the execution of (a)syncExecs
+<br>114632 	ControlExample should show button with both image and text
+<br>115092 	Snippet 203 doesn't use all texts
+<br>115176 	Regression: Disabling tool bar makes separator items disa...
+<br>115229 	SWT.RIGHT on Label with Image causes drawing problems
+<br>115292 	NullPE in Tree#_getItem(TreeItem parentItem, int index)
+<br>115317 	ToolItem's are now (light-)gray in M3
+</blockquote>
+
 <h2> SWT Build 3.2 012c - Tuesday November 2nd, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>