v3104
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 ca36ff2..0adbe31 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
@@ -23,7 +23,7 @@
 	/**
 	 * SWT Minor version number (must be in the range 0..999)
 	 */
-    static int MINOR_VERSION = 103;
+    static int MINOR_VERSION = 104;
 	
 	/**
 	 * 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 42d9452..171105b 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
@@ -23,7 +23,7 @@
 	/**
 	 * SWT Minor version number (must be in the range 0..999)
 	 */
-    static int MINOR_VERSION = 103;
+    static int MINOR_VERSION = 104;
 	
 	/**
 	 * 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 71c119a..a3d262e 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,6 +10,6 @@
 #*******************************************************************************
 
 maj_ver=3
-min_ver=103
+min_ver=104
 bld_num=0
-comma_ver=3,1,0,3
+comma_ver=3,1,0,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index aefdcee..33188ee 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.103
\ No newline at end of file
+version 3.104
\ 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 6fbe572..3f91f6a 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,27 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.1 004 - Tuesday August 31, 2004 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+39927  MacOSX Quartz font smoothing not working properly for LCD...  
+46268  [browser] calling multiple times setText without running ...  
+47549  GPF in XtSetValues on M5  
+48884  Dialog (org.eclipse.swt.widgets.ColorDialog and org.eclip...  
+51108  setAppName() should update application menu title.  
+51741  Shell not becoming "active"  
+57188  Label widget can get focus.  
+61384  [browser] support mozilla 1.7  
+61893  controlMoved event fired by Control.setBounds() on Window...  
+64215  [Fonts] Cannot set fonts which have a blank in their name  
+67556  [browser] TEXTREL in libswt-mozilla-gtk-3058.so  
+70077  [typing] Copy/paste doesn't work occasionally  
+71180  Profiling launch configuration: Minimum width should be s...  
+72040  ActiveX Accessibility  
+72223  Add org.eclipse.swt.custom.ST.SELECT_ALL  
+72750  "Program.findProgram()" does not return null for an exten...  
+</blockquote>
+
 <h2> SWT Build 3.1 003 - Tuesday August 24, 2004 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
@@ -29,7 +50,6 @@
 <br>72342:  MouseListener behaving incorrectly when attached to Button  
 <br>72343:  Shell doesn't maximize  
 <br>72345:  Text wider than normal in toolitem if ampersand (&) used  
-
 </blockquote>
 
 <h2> SWT Build 3.1 002 - Tuesday August 17, 2004 </h2>