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