Update version to 9.4.0
diff --git a/org.eclipse.photran-feature/feature.xml b/org.eclipse.photran-feature/feature.xml
index ecbc661..8b26e09 100644
--- a/org.eclipse.photran-feature/feature.xml
+++ b/org.eclipse.photran-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran"
       label="%featureName"
-      version="9.3.1.qualifier"
+      version="9.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.photran.intel-feature/feature.xml b/org.eclipse.photran.intel-feature/feature.xml
index e4fedee..6b11655 100644
--- a/org.eclipse.photran.intel-feature/feature.xml
+++ b/org.eclipse.photran.intel-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran.intel"
       label="%featureName"
-      version="9.3.1.qualifier"
+      version="9.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core.intel"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.photran.repo/pom.xml b/org.eclipse.photran.repo/pom.xml
index 08816fe..f966992 100644
--- a/org.eclipse.photran.repo/pom.xml
+++ b/org.eclipse.photran.repo/pom.xml
@@ -7,11 +7,11 @@
 	<parent>
 		<groupId>org.eclipse.photran</groupId>
 		<artifactId>photran-parent</artifactId>
-		<version>9.3.1-SNAPSHOT</version>
+		<version>9.4.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
-	<version>9.3.1-SNAPSHOT</version>
+	<version>9.4.0-SNAPSHOT</version>
 	<artifactId>org.eclipse.photran.repo</artifactId>
 	<packaging>eclipse-repository</packaging>
 	
diff --git a/org.eclipse.photran.target/pom.xml b/org.eclipse.photran.target/pom.xml
index 203aeb1..9ca5209 100644
--- a/org.eclipse.photran.target/pom.xml
+++ b/org.eclipse.photran.target/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 	    <groupId>org.eclipse.photran</groupId>
 	    <artifactId>photran-parent</artifactId>
-	    <version>9.3.1-SNAPSHOT</version>
+	    <version>9.4.0-SNAPSHOT</version>
 	    <relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml b/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml
index 8e8f59e..ee484e1 100644
--- a/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml
+++ b/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.eclipse.photran</groupId>
     <artifactId>photran-parent</artifactId>
-    <version>9.3.1-SNAPSHOT</version>
+    <version>9.4.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/org.eclipse.photran.xlf-feature/feature.xml b/org.eclipse.photran.xlf-feature/feature.xml
index 09fca94..0aba2c7 100644
--- a/org.eclipse.photran.xlf-feature/feature.xml
+++ b/org.eclipse.photran.xlf-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran.xlf"
       label="%featureName"
-      version="9.3.1.qualifier"
+      version="9.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core.xlf"
       license-feature="org.eclipse.license"
diff --git a/pom.xml b/pom.xml
index a77e593..25c1f26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
 	<groupId>org.eclipse.photran</groupId>
 	<artifactId>photran-parent</artifactId>
-	<version>9.3.1-SNAPSHOT</version>
+	<version>9.4.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>PTP Photran Parent</name>
 
@@ -93,7 +93,7 @@
 						<artifact>
 							<groupId>org.eclipse.photran</groupId>
 							<artifactId>org.eclipse.photran.target</artifactId>
-							<version>9.3.1-SNAPSHOT</version>
+							<version>9.4.0-SNAPSHOT</version>
 							<classifier>photon</classifier>
 						</artifact>
 					</target>