Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
diff --git a/platform/org.eclipse.platform/about.mappings b/platform/org.eclipse.platform/about.mappings
index 98a7b03..40523aa 100644
--- a/platform/org.eclipse.platform/about.mappings
+++ b/platform/org.eclipse.platform/about.mappings
@@ -4,4 +4,5 @@
 # This file does not need to be translated.
 
 0=${buildId}
-1=${releaseName}
\ No newline at end of file
+1=${releaseName}
+2=${releaseNumberPlatform}
\ No newline at end of file
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index 1c72626..faae878 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -14,7 +14,7 @@
 productName=Eclipse Platform
 productBlurb=Eclipse Platform\n\
 \n\
-Version: {1} (4.4)\n\
+Version: {1} ({2})\n\
 Build id: {0}\n\
 \n\
 (c) Copyright Eclipse contributors and others 2000, 2014.  All rights reserved. Eclipse and the Eclipse logo are trademarks \
diff --git a/platform/org.eclipse.sdk/about.mappings b/platform/org.eclipse.sdk/about.mappings
index 98a7b03..ea0d879 100644
--- a/platform/org.eclipse.sdk/about.mappings
+++ b/platform/org.eclipse.sdk/about.mappings
@@ -4,4 +4,5 @@
 # This file does not need to be translated.
 
 0=${buildId}
-1=${releaseName}
\ No newline at end of file
+1=${releaseName}
+2=${releaseNumberSDK}
\ No newline at end of file
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index 64798b6..507ac33 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -14,7 +14,7 @@
 productName=Eclipse SDK
 productBlurb=Eclipse SDK\n\
 \n\
-Version: {1} (4.4)\n\
+Version: {1} ({2})\n\
 Build id: {0}\n\
 \n\
 (c) Copyright Eclipse contributors and others 2000, 2014.  All rights reserved. Eclipse and the Eclipse logo are trademarks \