From 4a09db81973569a4bc13130c9362560b886f16d5 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Fri, 26 May 2017 07:58:02 +0000 Subject: [PATCH] Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH as it is more fitting description. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@265 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/boot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 81d250e2..8a6999f4 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -31,11 +31,11 @@ /**************************************************************************************** * Defines ****************************************************************************************/ -/** \brief Main version of the bootloader core. */ +/** \brief Main version number of the bootloader core. */ #define BOOT_VERSION_CORE_MAIN (1u) -/** \brief Minor version of the bootloader core. */ +/** \brief Minor version number of the bootloader core. */ #define BOOT_VERSION_CORE_MINOR (3u) -/** \brief Build version of the bootloader core. */ +/** \brief Patch number of the bootloader core. */ #define BOOT_VERSION_CORE_BUILD (2u)