This commit is contained in:
rusefi 2018-10-25 18:19:01 -04:00
parent 1c203a948d
commit 9b98f40203
1 changed files with 1 additions and 1 deletions

View File

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