This commit is contained in:
rusefi 2020-03-29 16:56:40 -04:00
parent 22ed80f144
commit 1956de6cea
1 changed files with 1 additions and 1 deletions

View File

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