X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FBootSectImage%2Fbootsectimage.c;h=36e896e5c4bee0866715711e17587e6f481ff12c;hp=0d0a3cbf77e946a69a768fc6571c36daf126b6ce;hb=b36d134faf4305247830522b8e2bb255e98c5699;hpb=e7fe4028631b6a7d70e3c02c7c40ff1504321daa diff --git a/BaseTools/Source/C/BootSectImage/bootsectimage.c b/BaseTools/Source/C/BootSectImage/bootsectimage.c index 0d0a3cbf77..36e896e5c4 100644 --- a/BaseTools/Source/C/BootSectImage/bootsectimage.c +++ b/BaseTools/Source/C/BootSectImage/bootsectimage.c @@ -56,7 +56,7 @@ Returns: --*/ { - printf ("%s v%d.%d - Utility to break a file into two pieces at the specified offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION); + printf ("%s v%d.%d %s - Utility to break a file into two pieces at the specified offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION); printf ("Copyright (c) 1999-2010 Intel Corporation. All rights reserved.\n"); }