From 9e70c905bb3cd87b3cd2f3f9aebb103a49fc885f Mon Sep 17 00:00:00 2001 From: rusEfi Date: Fri, 30 Oct 2015 23:02:41 -0400 Subject: [PATCH] auto-sync --- 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 bad269c8b8..0007b0e01d 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 20151026; + return 20151030; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index 36e7b4c5fb..b493afb82d 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Fri Oct 30 19:17:39 EDT 2015 +// Fri Oct 30 22:50:12 EDT 2015 #ifndef VCS_VERSION -#define VCS_VERSION "8948" +#define VCS_VERSION "8950" #endif