From 1c966abc9dff9cb7a8ce8ee2ac13ea3c36107169 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 4 Jun 2017 19:15:06 -0400 Subject: [PATCH] date --- firmware/rusefi.cpp | 2 +- firmware/svnversion.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 55e3aa70da..61be1c58ca 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -251,5 +251,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 20170602; + return 20170604; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index 5404c5ece6..2397ca1b8b 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Fri Jun 02 23:03:47 EDT 2017 +// Sun Jun 04 19:14:56 EDT 2017 #ifndef VCS_VERSION -#define VCS_VERSION "14281" +#define VCS_VERSION "14317" #endif