fresh ini

This commit is contained in:
rusefi 2019-06-23 09:25:04 -04:00
parent 9f0aaa39cf
commit c6bcb85a45
1 changed files with 1 additions and 1 deletions

View File

@ -810,6 +810,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 20190617; return 20190623;
} }
#endif /* EFI_UNIT_TEST */ #endif /* EFI_UNIT_TEST */