poke
This commit is contained in:
parent
270d3ffb57
commit
7945f253b6
|
@ -9,7 +9,8 @@ current binaries are always available at http://rusefi.com/build_server/
|
|||
|
||||
| Release date | Revision | Details |
|
||||
| ------------ | --------- | ------- |
|
||||
| 07/13/2017 | r14476 | bugdix #461: SAXParserException on console start-up due to damaged settings.xml file |
|
||||
| 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 |
|
||||
| 06/19/2017 | r14393 | bugfix: pinMode, milMode |
|
||||
| 05/27/2017 | r14221 | improvement: ochGetCommand to support offset and count |
|
||||
|
|
|
@ -260,5 +260,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20170723;
|
||||
return 20170724;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Sat Jul 01 11:33:40 MSK 2017
|
||||
// Mon Jul 24 23:21:27 EDT 2017
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "14430"
|
||||
#define VCS_VERSION "14514"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue