v3221
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 7b5ed8f..2acd456 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 = 220;
+    static int MINOR_VERSION = 221;
 	
 	/**
 	 * 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 ae1a922..01cde40 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 = 220;
+    static int MINOR_VERSION = 221;
 	
 	/**
 	 * 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 e329655..3104019 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=220
-comma_ver=3,2,2,0
+min_ver=221
+comma_ver=3,2,2,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index a7f9437..187199c 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.220
\ No newline at end of file
+version 3.221
\ 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 a140583..05fb6f3 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -10,6 +10,22 @@
 <h1>
 Eclipse Platform Build Notes<br>
 SWT</h1>
+<h2> SWT Build 3.2 021 - Tuesday January 24, 2006 </h2>
+<blockquote>
+38528 - Two full screen redraws creating a GC on Display
+<br>40117 - San-serifed monospaced fonts do not align properly.
+<br>68255 - a Tab is not 4 spaces
+<br>91364 - SWT_AWT.new_Shell() in GTK version blocks forever on RedHat 9
+<br>117507 - Text editor flashes on call to selectAndReveal(int,int)
+<br>112104 - GC.drawArc/fillArc results in different effects when antialias on/off
+<br>121190 - Setting context menu on editable CCombo
+<br>121506 - GC.drawImage() selects wrong source region
+<br>123675 - fillGradientRectangle() in gc doesn't use gDip clipping when foreground and background are the same.
+<br>124092 - StyledText's RTF copy/paste broken
+<br>124208 - Virtual tree setItemCount(0) has no effect
+<br>124400 - Please expose minHeight, minWidth, expandHorizontal, expandVertical in ScrolledComposite
+<br>124591 - ScrolledComposite.computeSize returns wrong value when alwaysShowScrollBars==true
+</blockquote>
 
 <h2> SWT Build 3.2 020 - Tuesday January 17, 2006 </h2>
 <blockquote>