diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 9a38c6d3ef..326f3e8a28 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -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; }