diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2015-12-07 09:01:44 +0000 |
---|---|---|
committer | yzhu52 <yzhu52@Edk2> | 2015-12-07 09:01:44 +0000 |
commit | ca9d6d7962a7ed07ebde22fdde7543d4d0f6cd66 (patch) | |
tree | af2a6065eea8e379673ddcfb53591d4d0c42b424 /BaseTools/Source/C/Include | |
parent | eadb60d96f3aec44ad58b31cb3c30b3e68e288c1 (diff) | |
download | edk2-platforms-ca9d6d7962a7ed07ebde22fdde7543d4d0f6cd66.tar.xz |
Revert the change in r19137.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19138 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/C/Include')
-rw-r--r-- | BaseTools/Source/C/Include/Common/BuildVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Include/Common/BuildVersion.h b/BaseTools/Source/C/Include/Common/BuildVersion.h index 8bfa741140..d5bc56cb87 100644 --- a/BaseTools/Source/C/Include/Common/BuildVersion.h +++ b/BaseTools/Source/C/Include/Common/BuildVersion.h @@ -12,4 +12,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#define __BUILD_VERSION "Build 99862"
+#define __BUILD_VERSION ""
|