diff options
author | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-02 20:17:36 +0000 |
---|---|---|
committer | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-02 20:17:36 +0000 |
commit | f091efb3cb895692a55c310c368943bb4c108ba1 (patch) | |
tree | 51e140f919c4a6c0f6172549038b6c4cbdd24087 /Tools/CCode/Source/GenBsfImage/GenBsfImage.h | |
parent | a3ab2a47d9ecb2295802726fd17f048c14519aab (diff) | |
download | edk2-platforms-f091efb3cb895692a55c310c368943bb4c108ba1.tar.xz |
Added or modified utility version and usage display.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2159 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/GenBsfImage/GenBsfImage.h')
-rw-r--r-- | Tools/CCode/Source/GenBsfImage/GenBsfImage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenBsfImage/GenBsfImage.h b/Tools/CCode/Source/GenBsfImage/GenBsfImage.h index 63db1218d5..4b6e6ea7b5 100644 --- a/Tools/CCode/Source/GenBsfImage/GenBsfImage.h +++ b/Tools/CCode/Source/GenBsfImage/GenBsfImage.h @@ -128,7 +128,7 @@ Abstract: // Utility version information
//
#define UTILITY_MAJOR_VERSION 0
-#define UTILITY_MINOR_VERSION 0
+#define UTILITY_MINOR_VERSION 1
#define UTILITY_DATE __DATE__
//
|