Update the UTILITY_MINOR_VERSION from 59 to 60 Cc: Bob Feng Cc: Liming Gao Signed-off-by: Yunhua Feng --- Silicon/Intel/Tools/FitGen/FitGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/Tools/FitGen/FitGen.h b/Silicon/Intel/Tools/FitGen/FitGen.h index fdf535924c..2d72977b2c 100644 --- a/Silicon/Intel/Tools/FitGen/FitGen.h +++ b/Silicon/Intel/Tools/FitGen/FitGen.h @@ -29,11 +29,11 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // // Utility version information // #define UTILITY_MAJOR_VERSION 0 -#define UTILITY_MINOR_VERSION 59 +#define UTILITY_MINOR_VERSION 60 #define UTILITY_DATE __DATE__ // // The minimum number of arguments accepted from the command line. // -- 2.12.2.windows.2