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; }