auto-sync

This commit is contained in:
rusEfi 2014-12-24 14:04:54 -06:00
parent c0b9385775
commit 033570387a
1 changed files with 1 additions and 1 deletions

View File

@ -265,5 +265,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 20141223;
return 20141224;
}