mirror of https://github.com/FOME-Tech/openblt.git
Refs #966. Updated version numbers and host binaries in preparation for the next stable release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@728 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
fd66f0daed
commit
67415cf853
|
@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Host Library - Reference Manual"
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.3.3
|
PROJECT_NUMBER = 1.3.4
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Bootloader - Reference Manual"
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.8.0
|
PROJECT_NUMBER = 1.9.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
Binary file not shown.
|
@ -40,7 +40,7 @@ from setuptools import setup
|
||||||
# ***************************************************************************************
|
# ***************************************************************************************
|
||||||
setup ( \
|
setup ( \
|
||||||
name = 'openblt',
|
name = 'openblt',
|
||||||
version = '1.3.3',
|
version = '1.3.4',
|
||||||
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
|
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
|
||||||
long_description = open('README.rst', 'r').read(),
|
long_description = open('README.rst', 'r').read(),
|
||||||
author = 'Frank Voorburg',
|
author = 'Frank Voorburg',
|
||||||
|
|
|
@ -51,10 +51,10 @@
|
||||||
* for major-, minor-, and patch-version. Version 1.05.12 would for example be
|
* for major-, minor-, and patch-version. Version 1.05.12 would for example be
|
||||||
* 10512.
|
* 10512.
|
||||||
*/
|
*/
|
||||||
#define BLT_VERSION_NUMBER (10303u)
|
#define BLT_VERSION_NUMBER (10304u)
|
||||||
|
|
||||||
/** \brief The version number of the library as a null-terminated string. */
|
/** \brief The version number of the library as a null-terminated string. */
|
||||||
#define BLT_VERSION_STRING "1.03.03"
|
#define BLT_VERSION_STRING "1.03.04"
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="MainUnit"/>
|
<UnitName Value="MainUnit"/>
|
||||||
|
<IsVisibleTab Value="True"/>
|
||||||
<TopLine Value="45"/>
|
<TopLine Value="45"/>
|
||||||
<CursorPos X="31" Y="51"/>
|
<CursorPos X="31" Y="51"/>
|
||||||
<UsageCount Value="87"/>
|
<UsageCount Value="87"/>
|
||||||
|
@ -109,12 +110,12 @@
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="TransportXcpCanDialog"/>
|
<UnitName Value="TransportXcpCanDialog"/>
|
||||||
<IsVisibleTab Value="True"/>
|
|
||||||
<EditorIndex Value="1"/>
|
<EditorIndex Value="1"/>
|
||||||
<TopLine Value="212"/>
|
<TopLine Value="212"/>
|
||||||
<CursorPos Y="245"/>
|
<CursorPos Y="245"/>
|
||||||
<UsageCount Value="62"/>
|
<UsageCount Value="62"/>
|
||||||
<Loaded Value="True"/>
|
<Loaded Value="True"/>
|
||||||
|
<LoadedDesigner Value="True"/>
|
||||||
</Unit9>
|
</Unit9>
|
||||||
<Unit10>
|
<Unit10>
|
||||||
<Filename Value="transportxcpusbdialog.pas"/>
|
<Filename Value="transportxcpusbdialog.pas"/>
|
||||||
|
|
|
@ -146,9 +146,9 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
object LblFirmwareUpdateInfo: TLabel
|
object LblFirmwareUpdateInfo: TLabel
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 15
|
Height = 17
|
||||||
Top = 14
|
Top = 14
|
||||||
Width = 124
|
Width = 135
|
||||||
Caption = 'LblFirmwareUpdateInfo'
|
Caption = 'LblFirmwareUpdateInfo'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
|
@ -199,9 +199,9 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
object LblElapsedTime: TLabel
|
object LblElapsedTime: TLabel
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 15
|
Height = 17
|
||||||
Top = 14
|
Top = 14
|
||||||
Width = 83
|
Width = 91
|
||||||
Caption = 'LblElapsedTime'
|
Caption = 'LblElapsedTime'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
|
@ -302,9 +302,9 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
object LblProgramName: TLabel
|
object LblProgramName: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 15
|
Height = 17
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 59
|
Width = 64
|
||||||
Caption = 'MicroBoot'
|
Caption = 'MicroBoot'
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
|
@ -312,9 +312,9 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
object LblProgramConfig: TLabel
|
object LblProgramConfig: TLabel
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 15
|
Height = 17
|
||||||
Top = 29
|
Top = 29
|
||||||
Width = 98
|
Width = 106
|
||||||
Caption = 'LblProgramConfig'
|
Caption = 'LblProgramConfig'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
|
|
|
@ -48,7 +48,7 @@ uses
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
const
|
const
|
||||||
PROGRAM_NAME_STR = 'MicroBoot';
|
PROGRAM_NAME_STR = 'MicroBoot';
|
||||||
PROGRAM_VERSION_STR = 'v2.03';
|
PROGRAM_VERSION_STR = 'v2.04';
|
||||||
|
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
|
|
Binary file not shown.
|
@ -34,7 +34,7 @@
|
||||||
/** \brief Main version number of the bootloader core. */
|
/** \brief Main version number of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_MAIN (1u)
|
#define BOOT_VERSION_CORE_MAIN (1u)
|
||||||
/** \brief Minor version number of the bootloader core. */
|
/** \brief Minor version number of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_MINOR (8u)
|
#define BOOT_VERSION_CORE_MINOR (9u)
|
||||||
/** \brief Patch number of the bootloader core. */
|
/** \brief Patch number of the bootloader core. */
|
||||||
#define BOOT_VERSION_CORE_PATCH (0u)
|
#define BOOT_VERSION_CORE_PATCH (0u)
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ https://www.feaser.com/openblt/doku.php?id=manual:design.
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
C O P Y R I G H T
|
C O P Y R I G H T
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
Copyright (c) by Feaser 2011-2019 http://www.feaser.com All rights reserved
|
Copyright (c) by Feaser 2011-2020 http://www.feaser.com All rights reserved
|
||||||
|
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
L I C E N S E
|
L I C E N S E
|
||||||
|
|
Loading…
Reference in New Issue