diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index aa4a78cd62..55e3aa70da 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 20170529; + return 20170602; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index e706b23d0f..5404c5ece6 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Mon May 29 16:15:30 EDT 2017 +// Fri Jun 02 23:03:47 EDT 2017 #ifndef VCS_VERSION -#define VCS_VERSION "14243" +#define VCS_VERSION "14281" #endif