From cab852ee9ed02419119105c85ccd5552136c0f62 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Mon, 5 Jul 2021 09:19:29 +0000 Subject: [PATCH] Refs #1296. Final changes before the next release. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@883 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Doc/doxygen/DoxyfileOpenBLT | 2 +- Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE/Boot/boot.dox | 2 +- Target/Source/boot.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT index b6e1d0ba..09f5820f 100644 --- a/Doc/doxygen/DoxyfileOpenBLT +++ b/Doc/doxygen/DoxyfileOpenBLT @@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Bootloader - Reference Manual" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.11.0 +PROJECT_NUMBER = 1.12.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE/Boot/boot.dox b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE/Boot/boot.dox index 582fa931..831e4fd3 100644 --- a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE/Boot/boot.dox +++ b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE/Boot/boot.dox @@ -1,5 +1,5 @@ /** -\defgroup Boot_ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE +\defgroup Boot_ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE Bootloader \brief Bootloader. \ingroup ARMCM3_STM32F1_Nucleo_F103RB_CubeIDE */ diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 8a0f2f65..ae84a2d1 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -34,7 +34,7 @@ /** \brief Main version number of the bootloader core. */ #define BOOT_VERSION_CORE_MAIN (1u) /** \brief Minor version number of the bootloader core. */ -#define BOOT_VERSION_CORE_MINOR (11u) +#define BOOT_VERSION_CORE_MINOR (12u) /** \brief Patch number of the bootloader core. */ #define BOOT_VERSION_CORE_PATCH (0u)