|
From: <yd...@us...> - 2013-12-18 08:52:09
|
Revision: 2628
http://sourceforge.net/p/edk2-buildtools/code/2628
Author: ydong10
Date: 2013-12-18 08:52:05 +0000 (Wed, 18 Dec 2013)
Log Message:
-----------
Update vfrcompile referenced uefi spec version from 2.3.1 to 2.4.
Signed-off-by: Eric Dong <eri...@in...>
Reviewed-by: Liming Gao <lim...@in...>
Modified Paths:
--------------
trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.h
Modified: trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
===================================================================
--- trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 2013-12-16 07:30:08 UTC (rev 2627)
+++ trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 2013-12-18 08:52:05 UTC (rev 2628)
@@ -406,7 +406,7 @@
UINT32 Index;
CONST CHAR8 *Help[] = {
" ",
- "VfrCompile version " VFR_COMPILER_VERSION __BUILD_VERSION VFR_COMPILER_UPDATE_TIME,
+ "VfrCompile version " VFR_COMPILER_VERSION __BUILD_VERSION,
"Copyright (c) 2004-2013 Intel Corporation. All rights reserved.",
" ",
"Usage: VfrCompile [options] VfrFile",
Modified: trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.h
===================================================================
--- trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.h 2013-12-16 07:30:08 UTC (rev 2627)
+++ trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.h 2013-12-18 08:52:05 UTC (rev 2628)
@@ -23,8 +23,7 @@
#include "ParseInf.h"
#define PROGRAM_NAME "VfrCompile"
-#define VFR_COMPILER_VERSION " 2.00 (UEFI 2.3.1)"
-#define VFR_COMPILER_UPDATE_TIME " updated on 2011/07/15"
+#define VFR_COMPILER_VERSION " 2.00 (UEFI 2.4) "
//
// This is how we invoke the C preprocessor on the VFR source file
// to resolve #defines, #includes, etc. To make C source files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|