v3219
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 f2a89c2..29ea745 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 = 218;
+    static int MINOR_VERSION = 219;
 	
 	/**
 	 * 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 dea1882..c9341e5 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 = 218;
+    static int MINOR_VERSION = 219;
 	
 	/**
 	 * 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 0a51f97..6d0aa53 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=218
-comma_ver=3,2,1,8
+min_ver=219
+comma_ver=3,2,1,9
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 244b0e2..1d45e94 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.218
\ No newline at end of file
+version 3.219
\ 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 860c933..9a2573a 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,26 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.2 019 - Tuesday January 10, 2006 </h2>
+<blockquote>
+49267 	First characters in Text initially not displayed
+<br>118670 	Make StyledText.getLinePixel(int)/getLineIndex(int) publi...
+<br>118796 	DirectoryDialog.open does not return choosen directory
+<br>119207 	TableItem errors after/during dispose
+<br>120524 	drawRoundRectangle draw bad round corner of rectangle.
+<br>120573 	[implementation] IllegalArgumentException in StyledText
+<br>120914 	Warnings suppressed from GtkFileChooser creation
+<br>120954 	Background of Control with SWT.INHERIT_FORCE doesn't show...
+<br>120980 	Regression: Image on disabled button no longer greyed out
+<br>121507 	font leading (line spacing) excessive for small fonts
+<br>121729 	in SWT, javadoc for Table.getColumns does document order
+<br>121741 	Disposing a StyledText disposes its menu?
+<br>121890 	Canvas and mouseMoveListener and MacOS
+<br>121903 	OS.AlphaBlend causes "bddraw" stdout spew
+<br>122433 	Exception in ImagesList
+<br>122736 	StyledText - ArrayIndexOutOfBoundsException
+</blockquote>
+
 <h2> SWT Build 3.2 018f - Wednesday December 14th, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>