- 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:
Frank Voorburg 2016-11-15 16:24:12 +00:00
parent 5aa8a44d74
commit d028dd3241
1 changed files with 1 additions and 1 deletions

View File

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