This commit is contained in:
rusEfi 2018-01-20 12:11:46 -05:00
parent ed27e54983
commit ff86ab904e
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 20180116;
return 20180119;
}