v3108
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 f336f4c..791d767 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 = 107;
+    static int MINOR_VERSION = 108;
 	
 	/**
 	 * 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 e681efb..35e737a 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 = 107;
+    static int MINOR_VERSION = 108;
 	
 	/**
 	 * 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 3733abc..7e1e718 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=107
-comma_ver=3,1,0,7
+min_ver=108
+comma_ver=3,1,0,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 7990ce0..df9bdc8 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.107
\ No newline at end of file
+version 3.108
\ 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 91c613b..1d36639 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -19,6 +19,29 @@
 <br>GridData.minimumHeight - minimum height for dynamically sized controls
 <br>Combo.addVerifyListener - add verify listener
 <br>Combo.removeVerifyListener - remove verify listener
+<br>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+4704:  Focus not given to project name field in wizard (1GEV88H)  
+<br>4806:  setRedraw() nesting behaviour should be documented (1GJ4ZWB)  
+<br>10505:  Implement Verify listener for Combo on Photon  
+<br>30804:  DCR - GridLayout should not treat width/height hint as minumum size when grab/fill is specified  
+<br>43396:  Combo does not fire SelectionListener  
+<br>48272:  pocket pc - gesture erases current text selection  
+<br>58185:  Eclipse fails to load oldstyle BMP files  
+<br>64770:  [browser] Lose Mouse Moves/Enter/Exits  
+<br>64801:  [browser] browser shows disabled  
+<br>66853:  CTabFolder navigation-control issues  
+<br>74025:  SWT Browser with no URL stops any mouse move event  
+<br>74275:  SWT.ON_TOP and SWT.MIN|SWT.MAX are mutually eclusive  
+<br>74736:  Please provide some way to determine the state of keys in the Tracker event loop and provide notifications when they change  
+<br>75169:  [StyledText] setStyleRanges() shows different result when StyleRanges are sorted differently  
+<br>75219:  File open dialog does not handle filters  
+<br>75268:  snippet 2  
+<br>75318:  [WorkspaceLauncher] Workspace location confirmation dialog box wont take focus  
+<br>75404:  ControlExample slider tab grabs mouse  
+<br>75521:  Eclipse 3.1M2 crashes when software update is run  
+<br>75569:  OpenGL SWT Examples compile error with setCurrent  
+
 </blockquote>
 
 <h2> SWT Build 3.1 007 - Tuesday September 28th, 2004 </h2>