release notes

This commit is contained in:
rusefi 2019-04-07 12:27:59 -04:00
parent bbcb86ec1f
commit f56b9adcd8
3 changed files with 5 additions and 4 deletions

View File

@ -42,6 +42,7 @@ See https://rusefi.com/forum/viewtopic.php?f=5&t=9
| Release date | Revision | Details |
| ------------ | --------- | ------- |
| 04/07/2019 | r17098 | improvement #714: TLE8888 Enable Outputs SPI integration |
| 02/27/2019 | r16886 | bugfix #698: concurrency defect with single timer executor initialization |
| 02/23/2019 | r16857 | improvement #688: better support for 144 and 176 pin packages |
| 02/05/2019 | r16713 | improvement #631: ChibiOS 18 |

View File

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

View File

@ -1,12 +1,12 @@
// This file was generated by Version2Header
// Thu Mar 28 23:38:35 EDT 2019
// Sun Apr 07 12:26:48 EDT 2019
#ifndef GIT_HASH
#define GIT_HASH "e3b4ba79df8125d5bfe677a4352b8f2d71fb988e"
#define GIT_HASH "bbcb86ec1f62140ebc31322f5ec6761e293a8e62"
#endif
#ifndef VCS_VERSION
#define VCS_VERSION "17005"
#define VCS_VERSION "17098"
#endif