This commit is contained in:
rusefi 2020-05-03 02:50:43 -04:00
parent 94aa7aa9d2
commit 3b4317d622
1 changed files with 1 additions and 1 deletions

View File

@ -712,6 +712,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 20200501; return 20200503;
} }
#endif /* EFI_UNIT_TEST */ #endif /* EFI_UNIT_TEST */