This commit is contained in:
rusefi 2017-12-23 12:25:22 -05:00
parent d6dd4fb3f3
commit 5db918142a
1 changed files with 1 additions and 1 deletions

View File

@ -263,5 +263,5 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0) if (initBootloader() != 0)
return 123; return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */ #endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20171217; return 20171223;
} }