This commit is contained in:
rusEfi 2020-03-07 15:55:08 -05:00
parent 9f27f95d14
commit bd93d9e204
1 changed files with 1 additions and 1 deletions

View File

@ -849,6 +849,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 201200305; return 201200307;
} }
#endif /* EFI_UNIT_TEST */ #endif /* EFI_UNIT_TEST */