diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index d8fe86bc7d..4586b268e4 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 20150919; + return 20150923; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index d52c1a68bb..43f84643a1 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Wed Sep 23 08:38:14 EDT 2015 +// Thu Sep 24 08:03:02 EDT 2015 #ifndef VCS_VERSION -#define VCS_VERSION "8856" +#define VCS_VERSION "8861" #endif