This commit is contained in:
rusefi 2017-06-02 23:04:11 -04:00
parent 6b61023b6d
commit 3a02203c5d
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 return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0) if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array return 3211; // this is here to make the compiler happy about the unused array
return 20170529; return 20170602;
} }

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header // This file was generated by Version2Header
// Mon May 29 16:15:30 EDT 2017 // Fri Jun 02 23:03:47 EDT 2017
#ifndef VCS_VERSION #ifndef VCS_VERSION
#define VCS_VERSION "14243" #define VCS_VERSION "14281"
#endif #endif