fix #497
This commit is contained in:
parent
ce91877f9a
commit
117d9f27ab
|
@ -12,6 +12,7 @@ current binaries are always available at http://rusefi.com/build_server/
|
|||
|
||||
| Release date | Revision | Details |
|
||||
| ------------ | --------- | ------- |
|
||||
| 11/23/2017 | r14779 | bugfix #497: engine does not start with SD card |
|
||||
| 11/19/2017 | r14766 | improvement #496: console flasher to support older boards |
|
||||
| 11/19/2017 | r14760 | improvement #495: incomppatible change - larger settings area |
|
||||
| 11/06/2017 | r14733 | improvement #487: single-point injection mode |
|
||||
|
|
|
@ -260,5 +260,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20171119;
|
||||
return 20171123;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Tue Nov 21 20:11:55 EST 2017
|
||||
// Thu Nov 23 17:43:17 EST 2017
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "14774"
|
||||
#define VCS_VERSION "14779"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue