v3164b bumping version to 3.0.2
for MANIFEST, note tell the fragment can be bundled with
a bundle from 3.0.0 to version 4.0.0
diff --git a/bundles/org.eclipse.swt.tools/plugin.xml b/bundles/org.eclipse.swt.tools/plugin.xml
index f3c6b59..18be15f 100644
--- a/bundles/org.eclipse.swt.tools/plugin.xml
+++ b/bundles/org.eclipse.swt.tools/plugin.xml
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.swt.tools"
    name="%pluginName"
-   version="3.0.0"
+   version="3.0.2"
    provider-name="%providerName">
 
    <requires>
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index 46940c4..2b5adf3 100644
--- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-Name: %pluginName
 Bundle-Vendor: %providerName
 Bundle-SymbolicName: org.eclipse.swt; singleton=true
-Bundle-Version: 3.0.1
+Bundle-Version: 3.0.2
 Bundle-ClassPath: $ws$/swt.jar
 Bundle-Localization: plugin
 Provide-Package: 
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 03b0ac6..837e176 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -3,7 +3,7 @@
 
 	<target name="init">
 		<property name="plugin" value="org.eclipse.swt"/>
-		<property name="version.suffix" value="_3.0.1"/>
+		<property name="version.suffix" value="_3.0.2"/>
 		<property name="full.name" value="${plugin}${version.suffix}"/>
 		<property name="temp.folder" value="${basedir}/temp.folder"/>
 		<property name="plugin.destination" value="${basedir}"/>
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 582d1d5..8ad22f4 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,7 +12,13 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
-<h2> SWT Build 3.0.1 064 - Saturday February 11, 2004 </h2>
+<h2> SWT Build 3.0.2 000 - Friday March 10, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+79934: Incorrect SWT.Deactivate received
+</blockquote>
+
+<h2> SWT Build 3.0.1 064 - Saturday February 11, 2005 </h2>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
 <br>71854: Memory leak in ClipboardProxy.getFunc()
diff --git a/bundles/org.eclipse.swt/plugin.xml b/bundles/org.eclipse.swt/plugin.xml
index 16af0d0..a14950d 100755
--- a/bundles/org.eclipse.swt/plugin.xml
+++ b/bundles/org.eclipse.swt/plugin.xml
@@ -3,7 +3,7 @@
 <plugin
    id="org.eclipse.swt"
    name="%pluginName"
-   version="3.0.1"
+   version="3.0.2"
    provider-name="%providerName">
 
    <runtime>
diff --git a/tests/org.eclipse.swt.tests/plugin.xml b/tests/org.eclipse.swt.tests/plugin.xml
index df746b8..13204c1 100644
--- a/tests/org.eclipse.swt.tests/plugin.xml
+++ b/tests/org.eclipse.swt.tests/plugin.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- File written by PDE 1.0 -->
 <plugin
    id="org.eclipse.swt.tests"
    name="%pluginName"
-   provider-name="%providerName"
-   version="2.1.0">
+   version="3.0.2"
+   provider-name="%providerName">
 
 <requires>
    <import plugin="org.junit"/>