v3215
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 7589de9..258930f 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 = 214;
+    static int MINOR_VERSION = 215;
 	
 	/**
 	 * 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 1448c94..babbbe5 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 = 214;
+    static int MINOR_VERSION = 215;
 	
 	/**
 	 * 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 6f511fc..f286ffd 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=214
-comma_ver=3,2,1,4
+min_ver=215
+comma_ver=3,2,1,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 6a60bef..6992397 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.214
\ No newline at end of file
+version 3.215
\ 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 43791cf..c0dc604 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,27 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.2 014a - Tuesday November 22nd, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+93017 	Tiger: Starting Eclipse with Spotlight freezes UI Manager.
+<br>103311 	[build] mozilla and cairo swt libs are not built during e...
+<br>104284 	GTK warnings when setting item count on VIRTUAL Table bef...
+<br>107720 	[build] Request to replace ${ws}, ${os} and ${arch} in fr...
+<br>113005 	Table Header stays depressed.
+<br>116110 	FileDialog hangs SWT Application
+<br>116350 	Transform not being set properly on Linux-GTK
+<br>116683 	Home key doesn't scroll window
+<br>116688 	editor cheese after code completion
+<br>116720 	GLCanvas doesn't set hint for merging mouse motion events
+<br>116845 	Ctrl+End in StyledText does not scroll down enough to rev...
+<br>116855 	StyledText with WRAP and special text draws cheese on Arr...
+<br>116938 	VIRTUAL Tree hangs
+<br>117125 	Tree with columns shows horizontal scroll bar when it sho...
+<br>117174 	Mouse event coordinates broken on Linux-GTK
+<br>117195 	Regression: Shell ignores first mouse-click after dialog ...
+</blockquote>
+
 <h2> SWT Build 3.2 014a - Tuesday November 15th, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>