X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGnuGenBootSector%2FGnuGenBootSector.c;h=1ce22fc8fa8e004ed9cbad051cafd12348ec6e3e;hp=267eaa332caae611fa8d6c5865631b340ce3ed29;hb=b36d134faf4305247830522b8e2bb255e98c5699;hpb=e7fe4028631b6a7d70e3c02c7c40ff1504321daa diff --git a/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c b/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c index 267eaa332c..1ce22fc8fa 100644 --- a/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c +++ b/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c @@ -275,7 +275,7 @@ Version ( VOID ) { - printf ("%s v%d.%d -Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION); + printf ("%s v%d.%d %s-Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION); printf ("Copyright (c) 2007-2010 Intel Corporation. All rights reserved.\n"); }