diff --git a/Doc/doxygen/DoxyfileBootCommander b/Doc/doxygen/DoxyfileBootCommander index ac8f0526..8dfddf13 100644 --- a/Doc/doxygen/DoxyfileBootCommander +++ b/Doc/doxygen/DoxyfileBootCommander @@ -38,7 +38,7 @@ PROJECT_NAME = "BootCommander - Reference Manual" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.4.2 +PROJECT_NUMBER = 1.4.3 # 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/Doc/doxygen/DoxyfileLibOpenBLT b/Doc/doxygen/DoxyfileLibOpenBLT index bf76321c..4a678391 100644 --- a/Doc/doxygen/DoxyfileLibOpenBLT +++ b/Doc/doxygen/DoxyfileLibOpenBLT @@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Host Library - Reference Manual" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.5 +PROJECT_NUMBER = 1.3.6 # 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/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT index 09f5820f..076d20b5 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.12.0 +PROJECT_NUMBER = 1.13.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 31e27ac5..6ef0bc27 100644 Binary files a/Host/BootCommander.exe and b/Host/BootCommander.exe differ diff --git a/Host/MicroBoot.exe b/Host/MicroBoot.exe index 4daf1d48..34a818bf 100644 Binary files a/Host/MicroBoot.exe and b/Host/MicroBoot.exe differ diff --git a/Host/Source/BootCommander/main.c b/Host/Source/BootCommander/main.c index 27aebc8a..0603e93d 100644 --- a/Host/Source/BootCommander/main.c +++ b/Host/Source/BootCommander/main.c @@ -472,7 +472,7 @@ int main(int argc, char const * const argv[]) static void DisplayProgramInfo(void) { printf("--------------------------------------------------------------------------\n"); - printf("BootCommander version 1.04.02. Performs firmware updates on a micro-\n"); + printf("BootCommander version 1.04.03. Performs firmware updates on a micro-\n"); printf("controller based system that runs the OpenBLT bootloader.\n\n"); printf("Copyright (c) 2017 by Feaser http://www.feaser.com\n"); printf("-------------------------------------------------------------------------\n"); diff --git a/Host/Source/LibOpenBLT/bindings/python/setup.py b/Host/Source/LibOpenBLT/bindings/python/setup.py index b6bff3c9..3af15051 100644 --- a/Host/Source/LibOpenBLT/bindings/python/setup.py +++ b/Host/Source/LibOpenBLT/bindings/python/setup.py @@ -40,7 +40,7 @@ from setuptools import setup # *************************************************************************************** setup ( \ name = 'openblt', - version = '1.3.5', + version = '1.3.6', description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).', long_description = open('README.rst', 'r').read(), author = 'Frank Voorburg', diff --git a/Host/Source/LibOpenBLT/openblt.c b/Host/Source/LibOpenBLT/openblt.c index 98e8c871..3307493d 100644 --- a/Host/Source/LibOpenBLT/openblt.c +++ b/Host/Source/LibOpenBLT/openblt.c @@ -51,10 +51,10 @@ * for major-, minor-, and patch-version. Version 1.05.12 would for example be * 10512. */ -#define BLT_VERSION_NUMBER (10305u) +#define BLT_VERSION_NUMBER (10306u) /** \brief The version number of the library as a null-terminated string. */ -#define BLT_VERSION_STRING "1.03.05" +#define BLT_VERSION_STRING "1.03.06" /**************************************************************************************** diff --git a/Host/Source/MicroBoot/mainunit.pas b/Host/Source/MicroBoot/mainunit.pas index 43d0f848..e3712a44 100644 --- a/Host/Source/MicroBoot/mainunit.pas +++ b/Host/Source/MicroBoot/mainunit.pas @@ -48,7 +48,7 @@ uses //*************************************************************************************** const PROGRAM_NAME_STR = 'MicroBoot'; - PROGRAM_VERSION_STR = 'v2.04'; + PROGRAM_VERSION_STR = 'v2.05'; //*************************************************************************************** diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll index 57a6837b..bd25efaa 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 ae84a2d1..7d528027 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 (12u) +#define BOOT_VERSION_CORE_MINOR (13u) /** \brief Patch number of the bootloader core. */ #define BOOT_VERSION_CORE_PATCH (0u) diff --git a/Target/Source/readme.dox b/Target/Source/readme.dox index 1c634f2c..4fb9d150 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-2021 http://www.feaser.com All rights reserved + Copyright (c) by Feaser 2011-2022 http://www.feaser.com All rights reserved ---------------------------------------------------------------------------------------- L I C E N S E