mirror of https://github.com/FOME-Tech/openblt.git
- updated bootloader version information. getting ready for v 1.0.0 release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@104 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
2cb723ee26
commit
51d430da40
|
@ -37,11 +37,11 @@
|
|||
* Defines
|
||||
****************************************************************************************/
|
||||
/** \brief Main version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MAIN (0u)
|
||||
#define BOOT_VERSION_CORE_MAIN (1u)
|
||||
/** \brief Minor version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (97u)
|
||||
#define BOOT_VERSION_CORE_MINOR (0u)
|
||||
/** \brief Bufgix version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUGFIX (2u)
|
||||
#define BOOT_VERSION_CORE_BUGFIX (0u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue