diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 53b0be5f76..2c68249c9a 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -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; }