This commit is contained in:
rusefi 2020-01-19 03:49:06 -05:00
parent 85a0490796
commit 2e0a30859c
1 changed files with 1 additions and 1 deletions

View File

@ -839,6 +839,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 201200113;
return 201200119;
}
#endif /* EFI_UNIT_TEST */