v3111
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 354f2e3..76524fb 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 = 110;
+    static int MINOR_VERSION = 111;
 	
 	/**
 	 * 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 44fc573..59580b7 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 = 110;
+    static int MINOR_VERSION = 111;
 	
 	/**
 	 * 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 e47b359..eed166e 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=110
-comma_ver=3,1,1,0
+min_ver=111
+comma_ver=3,1,1,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index f394193..ddc239e 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.110
\ No newline at end of file
+version 3.111
\ 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 022c909..dca5d5c 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,8 +12,30 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
-<h2> SWT Build 3.1 010 - Tuesday October 26th, 2004 </h2>
+<h2> SWT Build 3.1 011 - Tuesday November 2nd, 2004 </h2>
+<br>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
+15239:  Coolbar - when chevron appears hide tool icon if partially displayed  
+<br>34536:  Drop-down arrows (on tree) are not centered  
+<br>47178:  Tree - Change font size and can not select items  
+<br>49722:  support mnemonics on CLabel  
+<br>57068:  [browser] Curious behaviour on target=_blank links  
+<br>69781:  max StyledText window, fire MouseMove event  
+<br>76391:  SWt.Virtual tables do not callback on getItems  
+<br>76490:  VM crash running UI test suites  
+<br>76596:  Compare editor has double scroll bar  
+<br>76635:  Browser.java uses private Mozilla interfaces when alternatives exist  
+<br>76748:  [browser] setText issue on Mozilla  
+<br>76904:  Poor Canvas scrolling performance  
+<br>76963:  [browser] Browser.java should not use nsIScriptContext  
+<br>76983:  [browser] Download.java uses wrong pointer  
+<br>76996:  corrupted display of images in SWT table (MacOS X)  
+<br>77153:  SWT shell scripts override environment variables  
+<br>77342:  getOffset () in emulated TextLayout.java wrong for proportional fonts  
+</blockquote>
+
+<h2> SWT Build 3.1 010 - Tuesday October 26th, 2004 </h2>
 <br>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
@@ -37,7 +59,6 @@
 <br>76612:  [EditorMgmt] Open With > System Editor fails after setting up File Association  
 <br>76707:  GC Background and Foreground are black  
 <br>76709:  CR Key down arrives twice  
-
 </blockquote>
 
 <h2> SWT Build 3.1 009 - Tuesday October 19th, 2004 </h2>
@@ -86,7 +107,6 @@
 <br>76185:  [browser] investigate ways to communicate between java code and browser content  
 <br>76195:  Synchronizer.runAsyncMessages only runs the first runnable  
 <br>76320:  running out of memory and VM crashing   
-
 </blockquote>
 
 <h2> SWT Build 3.1 008 - Tuesday October 5th, 2004 </h2>
@@ -96,8 +116,10 @@
 <br>GridData.minimumHeight - minimum height for dynamically sized controls
 <br>Combo.addVerifyListener - add verify listener
 <br>Combo.removeVerifyListener - remove verify listener
+</blockquote>
 <br>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
 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  
@@ -118,7 +140,6 @@
 <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>