back from vacations

This commit is contained in:
rusefi 2017-07-06 08:27:59 -04:00
parent d89aa4450c
commit f13b0a5698
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 20170623;
return 20170705;
}