#663 goes into release notes

This commit is contained in:
rusefi 2019-01-11 08:49:46 -05:00
parent db02669278
commit 1c282d6d50
3 changed files with 4 additions and 3 deletions

View File

@ -42,6 +42,7 @@ See https://rusefi.com/forum/viewtopic.php?f=5&t=9
| Release date | Revision | Details |
| ------------ | --------- | ------- |
| 01/11/2019 | r16346 | bugfix #663: SPI fixes for CJ125 for stm32 errata STM32f405/7/15/17 |
| 12/09/2018 | r16057 | electronic throttle body control is now BETA version |
| 08/19/2018 | r15811 | bugfix #604: no interpolation outside of the table |
| 01/29/2018 | r15514 | improvement #215: CJ125 wideband contoller |

View File

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

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Thu Jan 10 15:29:21 EST 2019
// Fri Jan 11 08:48:17 EST 2019
#ifndef VCS_VERSION
#define VCS_VERSION "16318"
#define VCS_VERSION "16346"
#endif