From a2a3e4b907de506de52adb482c4ffd6c601115a6 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 6 Nov 2017 23:00:57 -0500 Subject: [PATCH] #487 --- README.md | 1 + firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c814d753ba..7608bb08de 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ current binaries are always available at http://rusefi.com/build_server/ | Release date | Revision | Details | | ------------ | --------- | ------- | +| 11/06/2017 | r14733 | improvement #487: single-point injection mode | | 07/24/2017 | r14513 | bugfix #307: TS bench test blinks three times | | 07/13/2017 | r14476 | bugfix #461: SAXParserException on console start-up due to damaged settings.xml file | | 07/09/2017 | r14473 | improvement: IAC solenoid frequencty changeable on the fly | diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index a3f1798bb5..ae87ff3d06 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -260,5 +260,5 @@ int getRusEfiVersion(void) { if (initBootloader() != 0) return 123; #endif /* EFI_BOOTLOADER_INCLUDE_CODE */ - return 20171102; + return 20171106; }