This commit is contained in:
parent
8851049c0d
commit
a2a3e4b907
|
@ -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 |
|
||||
|
|
|
@ -260,5 +260,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20171102;
|
||||
return 20171106;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue