From 298e8bfb73fb7bd983450e225bf5cbced36634f1 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Fri, 27 Feb 2015 00:04:27 -0600 Subject: [PATCH] auto-sync --- firmware/rusefi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 4ecc2ef96f..64e43014da 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] == 0) return 1; // this is here to make the compiler happy about the unused array - return 20150226; + return 20150227; }