mirror of https://github.com/rusefi/openblt.git
- Updated version number in preparation for next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@184 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
5aa8a44d74
commit
d028dd3241
|
@ -36,7 +36,7 @@
|
|||
/** \brief Minor version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (2u)
|
||||
/** \brief Bufgix version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUGFIX (3u)
|
||||
#define BOOT_VERSION_CORE_BUGFIX (4u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue