diff --git a/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT
index 1c4bb705..6deb3b40 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.6.0
+PROJECT_NUMBER = 1.7.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 416cb03d..0aab0404 100644
Binary files a/Host/BootCommander.exe and b/Host/BootCommander.exe differ
diff --git a/Host/MicroBoot.exe b/Host/MicroBoot.exe
index 9c609cfa..8f361a61 100644
Binary files a/Host/MicroBoot.exe and b/Host/MicroBoot.exe differ
diff --git a/Host/Source/LibOpenBLT/bindings/python/setup.py b/Host/Source/LibOpenBLT/bindings/python/setup.py
index c7a80f12..92a3802b 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.1',
+ version = '1.3.2',
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
long_description = open('README.rst', 'r').read(),
author = 'Frank Voorburg',
diff --git a/Host/Source/MicroBoot/MicroBoot.lps b/Host/Source/MicroBoot/MicroBoot.lps
index 24a7fdb1..c7597652 100644
--- a/Host/Source/MicroBoot/MicroBoot.lps
+++ b/Host/Source/MicroBoot/MicroBoot.lps
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/Host/Source/MicroBoot/MicroBoot.res b/Host/Source/MicroBoot/MicroBoot.res
index 7c74ea2d..9867ba3c 100644
Binary files a/Host/Source/MicroBoot/MicroBoot.res and b/Host/Source/MicroBoot/MicroBoot.res differ
diff --git a/Host/Source/MicroBoot/mainunit.lfm b/Host/Source/MicroBoot/mainunit.lfm
index f26fcc5c..50c335d1 100644
--- a/Host/Source/MicroBoot/mainunit.lfm
+++ b/Host/Source/MicroBoot/mainunit.lfm
@@ -85,7 +85,7 @@ object MainForm: TMainForm
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
- LCLVersion = '1.8.2.0'
+ LCLVersion = '1.6.4.0'
object PnlBody: TPanel
Left = 0
Height = 84
@@ -146,9 +146,9 @@ object MainForm: TMainForm
end
object LblFirmwareUpdateInfo: TLabel
Left = 16
- Height = 16
+ Height = 15
Top = 14
- Width = 143
+ Width = 124
Caption = 'LblFirmwareUpdateInfo'
ParentColor = False
end
@@ -199,9 +199,9 @@ object MainForm: TMainForm
end
object LblElapsedTime: TLabel
Left = 16
- Height = 16
+ Height = 15
Top = 14
- Width = 96
+ Width = 83
Caption = 'LblElapsedTime'
ParentColor = False
end
@@ -302,9 +302,9 @@ object MainForm: TMainForm
end
object LblProgramName: TLabel
Left = 8
- Height = 16
+ Height = 15
Top = 8
- Width = 68
+ Width = 59
Caption = 'MicroBoot'
Font.Style = [fsBold]
ParentColor = False
@@ -312,9 +312,9 @@ object MainForm: TMainForm
end
object LblProgramConfig: TLabel
Left = 16
- Height = 16
+ Height = 15
Top = 29
- Width = 112
+ Width = 98
Caption = 'LblProgramConfig'
ParentColor = False
end
diff --git a/Host/Source/MicroBoot/mainunit.pas b/Host/Source/MicroBoot/mainunit.pas
index 51c181fe..60086ad2 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.01';
+ PROGRAM_VERSION_STR = 'v2.02';
//***************************************************************************************
diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll
index 14b2e135..1a5877d1 100644
Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ
diff --git a/Host/libseednkey.dll b/Host/libseednkey.dll
index e4c24759..21e36364 100644
Binary files a/Host/libseednkey.dll and b/Host/libseednkey.dll differ
diff --git a/Target/Source/boot.h b/Target/Source/boot.h
index babaa492..f1a3b9a7 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 (6u)
+#define BOOT_VERSION_CORE_MINOR (7u)
/** \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 46720d13..2dc7b574 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-2018 http://www.feaser.com All rights reserved
+ Copyright (c) by Feaser 2011-2019 http://www.feaser.com All rights reserved
----------------------------------------------------------------------------------------
L I C E N S E