From 964ab1ea9be50fe7fab1fdf158fc28a1fa2ea5bc Mon Sep 17 00:00:00 2001 From: rusEfi Date: Thu, 12 Nov 2015 23:01:25 -0500 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 70cacfc5cc..9cb984106f 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -275,5 +275,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 20151111; + return 20151112; }