close #463
This commit is contained in:
parent
7da05adee0
commit
5ef8786e20
|
@ -12,6 +12,7 @@ current binaries are always available at http://rusefi.com/build_server/
|
|||
|
||||
| Release date | Revision | Details |
|
||||
| ------------ | --------- | ------- |
|
||||
| 01/23/2018 | r15442 | improvement #463: ChibiOS 17 / 4 |
|
||||
| 01/07/2018 | r14952 | usability & minor bugfix #532 idle defaults are broken |
|
||||
| 12/17/2017 | r14892 | bugfix #513: console: erase on older chips does not work |
|
||||
| 11/26/2017 | r14789 | bugfix #500: set_rpn_expression command is broken |
|
||||
|
|
|
@ -272,5 +272,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20180122;
|
||||
return 20180123;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Mon Jan 22 13:52:23 EST 2018
|
||||
// Tue Jan 23 21:57:58 EST 2018
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "15008"
|
||||
#define VCS_VERSION "15442"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue