diff --git a/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT index 47758498..984c352d 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.4.3 +PROJECT_NUMBER = 1.5.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/Host/BootCommander.exe b/Host/BootCommander.exe index 7e97a78c..da392c8c 100644 Binary files a/Host/BootCommander.exe and b/Host/BootCommander.exe differ diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll index 2c71659c..1587798e 100644 Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ diff --git a/Target/Source/boot.h b/Target/Source/boot.h index a862b39e..f42b20b0 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -34,9 +34,9 @@ /** \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 (4u) +#define BOOT_VERSION_CORE_MINOR (5u) /** \brief Patch number of the bootloader core. */ -#define BOOT_VERSION_CORE_PATCH (3u) +#define BOOT_VERSION_CORE_PATCH (0u) /**************************************************************************************** diff --git a/Target/Source/readme.dox b/Target/Source/readme.dox index b97b3430..46720d13 100644 --- a/Target/Source/readme.dox +++ b/Target/Source/readme.dox @@ -28,7 +28,7 @@ https://www.feaser.com/openblt/doku.php?id=manual:design. ---------------------------------------------------------------------------------------- C O P Y R I G H T ---------------------------------------------------------------------------------------- - Copyright (c) by Feaser 2011-2017 http://www.feaser.com All rights reserved + Copyright (c) by Feaser 2011-2018 http://www.feaser.com All rights reserved ---------------------------------------------------------------------------------------- L I C E N S E