- 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:
Frank Voorburg 2014-07-24 09:52:07 +00:00
parent 2cb723ee26
commit 51d430da40
1 changed files with 3 additions and 3 deletions

View File

@ -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)
/****************************************************************************************