This commit is contained in:
rusefi 2017-06-04 19:15:06 -04:00
parent beee5452a5
commit 1c966abc9d
2 changed files with 3 additions and 3 deletions

View File

@ -251,5 +251,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20170602;
return 20170604;
}

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Fri Jun 02 23:03:47 EDT 2017
// Sun Jun 04 19:14:56 EDT 2017
#ifndef VCS_VERSION
#define VCS_VERSION "14281"
#define VCS_VERSION "14317"
#endif