*** empty log message ***
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 81ea2e8..7cf9d31 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 = 29;
+	static int MINOR_VERSION = 30;
 	
 	/**
 	 * 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 27618d2..51d8d2a 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 = 29;
+	static int MINOR_VERSION = 30;
 	
 	/**
 	 * 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 16b9111..bf4f794 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=029
+min_ver=030
 bld_num=0
-comma_ver=3,0,2,9
+comma_ver=3,0,3,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 5db84af..9193af8 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.029
+version 3.030
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index d5f5936..e97f3e1 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -29,6 +29,19 @@
 
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
+34128:  classpath incomplete  
+<br>46688:  eclipse 3.0M4 left out a char symbol behind
+<br>46722:  Crash on open of any java source  
+<br>38981:  Decorations.getMaximized() always returns false  
+<br>46582:  gtk setSelection(*) does not set focus properly  
+<br>22010:  GTK: Combo.setForeground() and Combo.setFont() dont change the drop-down list  
+<br>46702:  List.getFocusIndex() does not answer -1  
+<br>46500:  MessageBox.setMessage(null) has to be spec'd  
+<br>45787:  Panther: intitial Textfield contents only partially visible  
+<br>46419:  Text.getText(int,int) needs to spec behaviour for invalid range 
+<br>42408:  [browser] Javascript window.open() does not work in the Browser widget  
+<br>23084:  [StyledText Motif 2.0.1] Cursor disappears while moving by words (forwards/backwards)  
+<br>36010:  [View Mgmt] View menu "Move" and "Size" commands have no effect.  
 </blockquote>
 
 <h2> SWT Build 3.0 029 - Tuesday November 11, 2003 </h2>