- 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:
Frank Voorburg 2013-10-21 08:12:24 +00:00
parent d3eb03e16f
commit 530d4a9a77
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@
/** \brief Main version of the bootloader core. */
#define BOOT_VERSION_CORE_MAIN (0u)
/** \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. */
#define BOOT_VERSION_CORE_BUGFIX (1u)
#define BOOT_VERSION_CORE_BUGFIX (0u)
/****************************************************************************************