v3008
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 778819a..a0a050b 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 = 007;
+	static int MINOR_VERSION = 8;
 	
 	/**
 	 * 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 9589532..f9a5f29 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 = 007;
+	static int MINOR_VERSION = 8;
 	
 	/**
 	 * 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 be9a205..c5988d7 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=007
+min_ver=008
 bld_num=0
-comma_ver=3,0,0,7
+comma_ver=3,0,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 1ebf1a2..08cbd9b 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.007
+version 3.008
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 67d4ff6..f58b42d 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,25 @@
 <h1>
 Eclipse Platform Build Notes<br>
 SWT</h1>
+SWT Build 3.0 008 - Tuesday June 10, 2003
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+<blockquote>  
+38385:  Japanese Input (IME) not doesn't come up  
+<br>38388:  eclipse crash on redhat 9/ ja_JP   
+<br>38213:  [Wizards] Dialogs require a resize to draw  
+<br>36541:  Printing of java program causes failure  
+<br>38331:  Inconsistent handling of Image on different platforms  
+<br>38433:  Editor titlebars are not painted  
+<br>21567:  GTK2: Text widget packing error with SWT.MULTI   
+<br>29534:  Override default behavior of 'F10' key  
+<br>35493:  OleClientSite hang  
+</blockquote>  
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
 SWT Build 3.0 007 - Tuesday June 3, 2003
 
 <h2>