mirror of https://github.com/FOME-Tech/openblt.git
- changed version number in preparation for next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@66 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
d3eb03e16f
commit
530d4a9a77
|
@ -39,9 +39,9 @@
|
||||||
/** \brief Main version of the bootloader core. */
|
/** \brief Main version of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_MAIN (0u)
|
#define BOOT_VERSION_CORE_MAIN (0u)
|
||||||
/** \brief Minor version of the bootloader core. */
|
/** \brief Minor version of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_MINOR (96u)
|
#define BOOT_VERSION_CORE_MINOR (97u)
|
||||||
/** \brief Bufgix version of the bootloader core. */
|
/** \brief Bufgix version of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_BUGFIX (1u)
|
#define BOOT_VERSION_CORE_BUGFIX (0u)
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue