From f848c766bae5c510ee9bf7844f5bedf5086658a3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 7 Apr 2017 21:55:38 -0400 Subject: [PATCH] poke --- firmware/rusefi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 642ff2a17c..e98841b1af 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -250,5 +250,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 20170406; + return 20170407; }