This commit is contained in:
rusefi 2018-01-23 21:59:10 -05:00
parent 7da05adee0
commit 5ef8786e20
3 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@ current binaries are always available at http://rusefi.com/build_server/
| Release date | Revision | Details | | 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 | | 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 | | 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 | | 11/26/2017 | r14789 | bugfix #500: set_rpn_expression command is broken |

View File

@ -272,5 +272,5 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0) if (initBootloader() != 0)
return 123; return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */ #endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20180122; return 20180123;
} }

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header // 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 #ifndef VCS_VERSION
#define VCS_VERSION "15008" #define VCS_VERSION "15442"
#endif #endif