v3113
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 de50367..af20199 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 = 112;
+    static int MINOR_VERSION = 113;
 	
 	/**
 	 * 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 b1dbae8..82732da 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 = 112;
+    static int MINOR_VERSION = 113;
 	
 	/**
 	 * 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 58ed9ab..2b05c2c 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=112
-comma_ver=3,1,1,2
+min_ver=113
+comma_ver=3,1,1,3
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 7816164..fd38bd5 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.112
\ No newline at end of file
+version 3.113
\ 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 2148502..5b0d9f4 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,56 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.1 013 - Tuesday November 23rd, 2004 </h2>
+<h3><a NAME="New APIs"></a>New APIs</h3>
+<blockquote>
+Spinner - allow the user to enter and modify numeric values
+<br>GC.setLineCap - Sets the receiver's line cap style to the argument
+<br>GC.getLineCap - Returns the receiver's line cap style
+<br>GC.setlineJoin - Sets the receiver's line join style to the argument
+<br>GC.getLineJoin - Returns the receiver's join style
+</blockquote>
+<br>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+<br>4853:  GC.setLineStyle does not work if width > 1 (1GKZ18N) [portability]  
+<br>5645:  DCR: Need to be able cut and paste data on Clipboard  
+<br>11418:  DCR - Need linestyle to allow dots of 1 pixel  
+<br>14297:  Add a Spinner widget to the SWT toolkit  
+<br>34523:  Text - No context menu  
+<br>35040:  Problems with PNG transparency in Image Class  
+<br>38355:  Invalid handling transparent pixel if there is another pixel with same RGB  
+<br>38443:  Support GTK on Sparc Solaris  
+<br>43684:  Setting cursor to SWT.CURSOR_APPSTARTING doesn't seem to work  
+<br>52637:  Line Styles on GTK vary greatly from those on Windows.  
+<br>60815:  Image transparency does not work in tables, column >0  
+<br>67237:  DND copy and link are allowed with default mouse gesture  
+<br>68353:  Components in SWT_AWT are not displayed on Solaris  
+<br>70214:  [64] Eclipse does not start on AMD64, Sun J2SE 1.4.2, SuSE Linux 9.1  
+<br>70966:  No Popup on Tiger  
+<br>74744:  Eclipse 3.0.0 crashes suddenly  
+<br>75450:  SWT-mozilla issue  
+<br>76094:  request for automatic chevron support. in coolbars/coolitems  
+<br>77320:  Junit performance [JUnit]  
+<br>77535:  Control example coolbar tab uses images in drop down  
+<br>77812:  Memory leaks and performance degradation in Display  
+<br>77983:  Funny behaviour on Linux GTK with MessageBox with % character  
+<br>78150:  eclipse 3.1x crashs on startup  
+<br>78204:  Refresh problem in progress view or compare view  
+<br>78226:  [JFace] ImageCache.getImage failing to return an image for ico file (regression)  
+<br>78239:  Label does not Wrap correctly  
+<br>78301:  Can't open font chooser dialog  
+<br>78407;  Platform differences setting size while shell is maximized  
+<br>78554:  [consistency] Scale rarely fires MenuDetect  
+<br>78562:  [portability] Slider selection event fires before MouseDown  
+<br>78725:  Separator ToolItems with Controls do not wrap soon enough  
+<br>78727:  ToolItems on a wrapped ToolBar do not "unwrap" correctly  
+<br>78873:  Combo box performance problem  
+<br>79064:  Strange NullPE in Widget.sendEvent(int eventType, Event event, boolean send)  
+<br>79199:  Update SashForm to recognize SWT.SMOOTH  
+
+</blockquote>
+
 <h2> SWT Build 3.1 012 - Tuesday November 9th, 2004 </h2>
 <br>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>