This commit is contained in:
rusefi 2017-12-27 18:39:53 -05:00
parent 784508815a
commit 6a853e5df9
1 changed files with 1 additions and 1 deletions

View File

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