auto-sync

This commit is contained in:
rusEfi 2015-02-25 10:05:22 -06:00
parent e6f9d4b98a
commit cbbc96af11
1 changed files with 1 additions and 1 deletions

View File

@ -278,5 +278,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE == 0)
return 1; // this is here to make the compiler happy about the unused array
return 20150224;
return 20150225;
}