poke
This commit is contained in:
parent
b09ab8a57f
commit
0821e46606
|
@ -812,6 +812,6 @@ int getRusEfiVersion(void) {
|
||||||
if (initBootloader() != 0)
|
if (initBootloader() != 0)
|
||||||
return 123;
|
return 123;
|
||||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||||
return 20190815;
|
return 20190816;
|
||||||
}
|
}
|
||||||
#endif /* EFI_UNIT_TEST */
|
#endif /* EFI_UNIT_TEST */
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
// This file was generated by Version2Header
|
// This file was generated by Version2Header
|
||||||
// Sun Aug 11 15:39:59 EDT 2019
|
// Fri Aug 16 23:36:54 EDT 2019
|
||||||
|
|
||||||
|
|
||||||
#ifndef GIT_HASH
|
#ifndef GIT_HASH
|
||||||
#define GIT_HASH "9d32f2c40a481e0fdb32fe767048bd2739f02f77"
|
#define GIT_HASH "b09ab8a57ff5433dc3d2f4f4bf58f6b82f4484a2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef VCS_VERSION
|
#ifndef VCS_VERSION
|
||||||
#define VCS_VERSION "19705"
|
#define VCS_VERSION "19733"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue