From d49e7b688840fe3a25f9e164ad831d8c40004e04 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Mon, 7 Jan 2019 15:41:59 +0000 Subject: [PATCH] Refs #726. Updated version info and prebuilt binaries for the next release. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@670 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Doc/doxygen/DoxyfileOpenBLT | 2 +- Host/BootCommander.exe | Bin 57344 -> 57344 bytes Host/MicroBoot.exe | Bin 1940992 -> 1940992 bytes .../LibOpenBLT/bindings/python/setup.py | 2 +- Host/Source/MicroBoot/MicroBoot.lps | 4 ++-- Host/Source/MicroBoot/MicroBoot.res | Bin 3976 -> 3980 bytes Host/Source/MicroBoot/mainunit.lfm | 18 +++++++++--------- Host/Source/MicroBoot/mainunit.pas | 2 +- Host/libopenblt.dll | Bin 165888 -> 165888 bytes Host/libseednkey.dll | Bin 31232 -> 31232 bytes Target/Source/boot.h | 2 +- Target/Source/readme.dox | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) 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 416cb03d7fee70a65b045d4c7b322d566f682327..0aab0404444bab97572b087ccaa90e19b8c7255e 100644 GIT binary patch delta 151 zcmZoTz}#?vc>yC!Tb^;uW){YSf{YrIj|r(UYEFJD^qetn^HpJIM#jmLB}F3`S8gs6 zUC+X3uvtkeo{=$aa+7opW7+2S(gBQ&OE){n7BDk1Zr-Sn!pLa1Sxkv9N&#df0}wC) tu?GRc delta 151 zcmZoTz}#?vc>yDfg?~!)W){YSf{a>|j|r(UYEOPE^qeta^HpJIM#ia=B}F3`S8py7 zUC+X3v{^|io{=$Qa+7opW5wq8(gBQ&%Qrj77BDk1Z{Dbo!pP{bSxkv9N&#df0}wC) tu?G%?jNQLI8KLEnENq diff --git a/Host/MicroBoot.exe b/Host/MicroBoot.exe index 9c609cfa2c82973fc550ada932650b3d5a7ca442..8f361a614af9eb0e1014f62f3a90714b5fe72a6a 100644 GIT binary patch delta 605 zcmZqJQ`WGjYy%G?)1N)lKbDFaZFXQZ0CAd&nA(e&7=ai>GXpUT5VHa?8xXStF$WNH z0x=g5a|1CC5c2{t9}x2cu>cSY0GlG9dPmW;*62HVqj==?qzr$3noQY^O+f=1e+n9Z1sZ?P_LJ{qdgGbR^h~x#`pL2~^Yb%@f~Y|jgn&0#_l4c`7TSXP1yD#`&>Ydu{cPBs%NC<_%#+TIZ->&UqMOuVd#-9!Tx E02$6}IsgCw delta 605 zcmZqJQ`WGjYy%G?6T{x=A4|oIHajpHfH=)XOzlNXj6e*cnSq!Eh*^P{4T#x+m;;D8 zftU-3xq+AmhM>@pMMR_SbRZ zKr8{ol0Ym4#M0Ye$H`3WtM`>=fP*vtWf_E7;9Q0W%yJApf(U+&s2sy0ZUkRIQI6p& zCxXwREyr+`8Nq*`C&w@YiCHq0CPxw z0TUl SsbG71oU9|`_M`E#=5_!D+ieg4 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 7c74ea2d61200236495725b91b2a67fe7246602d..9867ba3cec3a2f5aac70545c57c2c6f0813b9129 100644 GIT binary patch delta 39 ucmeB>?~$LNz-YHnk&!(zzqH7)pkT5FqYbML%Aa+_V;RCop2OU_QN doN(1^)2$B=>rPDJ+FTJF!v!{E^Nm;y82}IFBzXV; 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