v3122
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 1c80751..fd90be8 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 = 121;
+    static int MINOR_VERSION = 122;
 	
 	/**
 	 * 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 6430518..e6bc87d 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 = 121;
+    static int MINOR_VERSION = 122;
 	
 	/**
 	 * 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 c29779b..abe23ee 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=121
-comma_ver=3,1,2,1
+min_ver=122
+comma_ver=3,1,2,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 3a47b66..5648767 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.121
\ No newline at end of file
+version 3.122
\ 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 e607b12..751f340 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,25 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+<h2> SWT Build 3.1 022 - Tuesday February 8th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+<br>80033:  SWT Browser does not display https.  
+<br>54973:  [browser] Default WindowEvent to handle normal window open case - feature request  
+<br>81463:  [launcher] Launcher and Core issues regarding -showSplash  
+<br>81969:  [launcher] Launcher should be independent of startup.jar location  
+<br>82739:  EXCEPTION_ACCESS_VIOLATION hovering over check in table with SWT.CHECK style  
+<br>83432:  iFrame does not render border when in SWT Browser  
+<br>83819:  JPopupMenu doesn't work correcty in a SWT composite  
+<br>83978:  CLabel with style SWT.CENTER kills tabbing  
+<br>84085:  XP style not support with Button with SWT.ARROW  
+<br>84201:  Label text doesn't wrap correctly  
+<br>84383:  [browser] can't navigate to eclipse bugzilla  
+<br>84404:  Disabled button stops events  
+<br>84581:  Check button size does not change when right aligned  
+<br>84600:  resizing TreeColumn leaves cheese  
+</blockquote>
+
 <h2> SWT Build 3.1 021 - Tuesday February 1st, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>