This commit is contained in:
rusefi 2017-06-24 02:41:33 +03:00
parent 67a045f557
commit 2bca79e9dc
1 changed files with 1 additions and 1 deletions

View File

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