Updated version number in preparation for the next release.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@198 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2017-01-04 14:51:55 +00:00
parent 43507b9eb3
commit f7f8c387ba
2 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
/** \brief Main version of the bootloader core. */
#define BOOT_VERSION_CORE_MAIN (1u)
/** \brief Minor version of the bootloader core. */
#define BOOT_VERSION_CORE_MINOR (2u)
#define BOOT_VERSION_CORE_MINOR (3u)
/** \brief Build version of the bootloader core. */
#define BOOT_VERSION_CORE_BUILD (4u)
#define BOOT_VERSION_CORE_BUILD (0u)
/****************************************************************************************

View File

@ -22,7 +22,7 @@ implementation of the hook functions (hooks.c).
----------------------------------------------------------------------------------------
C O P Y R I G H T
----------------------------------------------------------------------------------------
Copyright (c) by Feaser 2011-2016 http://www.feaser.com All rights reserved
Copyright (c) by Feaser 2011-2017 http://www.feaser.com All rights reserved
----------------------------------------------------------------------------------------
L I C E N S E