Index: GenBootSector/GenBootSector.c
===================================================================
--- GenBootSector/GenBootSector.c	(revision 15913)
+++ GenBootSector/GenBootSector.c	(working copy)
@@ -39,7 +39,7 @@
 // Utility version information
 //
 #define UTILITY_MAJOR_VERSION 0
-#define UTILITY_MINOR_VERSION 1
+#define UTILITY_MINOR_VERSION 2
 
 #define MAX_DRIVE                             26
 #define PARTITION_TABLE_OFFSET                0x1BE
@@ -542,7 +542,7 @@
 
 --*/
 {
-  printf ("%s Version %d.%d Build%s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
+  printf ("%s Version %d.%d %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
 }
 
 VOID
@@ -551,7 +551,7 @@
   )
 {
   printf ("Usage: GenBootSector [options] --cfg-file CFG_FILE\n\n\
-Copyright (c) 2009 - 2013, Intel Corporation.  All rights reserved.\n\n\
+Copyright (c) 2009 - 2014, Intel Corporation.  All rights reserved.\n\n\
   Utility to retrieve and update the boot sector or MBR.\n\n\
 optional arguments:\n\
   -h, --help            Show this help message and exit\n\
Index: GenCrc32/GenCrc32.c
===================================================================
--- GenCrc32/GenCrc32.c	(revision 15913)
+++ GenCrc32/GenCrc32.c	(working copy)
@@ -29,7 +29,7 @@
 
 #define UTILITY_NAME            "GenCrc32"
 #define UTILITY_MAJOR_VERSION   0
-#define UTILITY_MINOR_VERSION   1
+#define UTILITY_MINOR_VERSION   2
 
 #define CRC32_NULL              0
 #define CRC32_ENCODE            1
@@ -55,7 +55,7 @@
 
 --*/
 {
-  fprintf (stdout, "%s Version %d.%d Build %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
+  fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
 }
 
 VOID
@@ -86,7 +86,7 @@
   //
   // Copyright declaration
   // 
-  fprintf (stdout, "Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.\n\n");
+  fprintf (stdout, "Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.\n\n");
 
   //
   // Details Option
Index: GenPage/GenPage.c
===================================================================
--- GenPage/GenPage.c	(revision 15913)
+++ GenPage/GenPage.c	(working copy)
@@ -69,7 +69,7 @@
 // Utility version information
 //
 #define UTILITY_MAJOR_VERSION 0
-#define UTILITY_MINOR_VERSION 1
+#define UTILITY_MINOR_VERSION 2
 
 void
 Version (
@@ -91,7 +91,7 @@
 
 --*/
 {
-  printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
+  printf ("%s Version %d.%d %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
 }
 
 VOID
@@ -100,7 +100,7 @@
   )
 {
   printf ("Usage: GenPage.exe [options] EfiLoaderImageName \n\n\
-Copyright (c) 2008 - 2013, Intel Corporation.  All rights reserved.\n\n\
+Copyright (c) 2008 - 2014, Intel Corporation.  All rights reserved.\n\n\
   Utility to generate the EfiLoader image containing a page table.\n\n\
 optional arguments:\n\
   -h, --help            Show this help message and exit\n\
Index: VolInfo/VolInfo.c
===================================================================
--- VolInfo/VolInfo.c	(revision 15913)
+++ VolInfo/VolInfo.c	(working copy)
@@ -51,7 +51,7 @@
 EFI_GUID  gEfiCrc32GuidedSectionExtractionProtocolGuid = EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID;
 
 #define UTILITY_MAJOR_VERSION      0
-#define UTILITY_MINOR_VERSION      82
+#define UTILITY_MINOR_VERSION      83
 
 #define UTILITY_NAME         "VolInfo"
 
@@ -172,7 +172,7 @@
   //
   // Print utility header
   //
-  printf ("%s Tiano Firmware Volume FFS image info.  Version %d.%d %s, %s\n",
+  printf ("%s Version %d.%d %s, %s\n",
     UTILITY_NAME,
     UTILITY_MAJOR_VERSION,
     UTILITY_MINOR_VERSION,
@@ -1839,6 +1839,7 @@
   // Copyright declaration
   // 
   fprintf (stdout, "Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.\n\n");
+  fprintf (stdout, "  Display Tiano Firmware Volume FFS image information\n\n");
 
   //
   // Details Option
