Bug 348099 - Update target versions in creation wizards and constants 
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
index 45329d8..ec953d2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
@@ -67,7 +67,7 @@
 	 * Identifies bundles developed for Eclipse 3.8, value is <code>"3.8"</code>.
 	 * @since 3.8
 	 */
-	public static final String VERSION_3_8 = ICoreConstants.TARGET37;
+	public static final String VERSION_3_8 = ICoreConstants.TARGET38;
 
 	/**
 	 * Constant for the PDE Plug-in project nature, value is <code>"org.eclipse.pde.PluginNature"</code>.