mirror of https://github.com/FOME-Tech/openblt.git
Refs #318.Updated LibOpenBLT and BootCommander version numbers.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@390 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
909f12a23a
commit
42ddc85b73
|
@ -38,7 +38,7 @@ PROJECT_NAME = "BootCommander - 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.2.0
|
PROJECT_NUMBER = 1.3.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
|
||||||
|
|
|
@ -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.2.0
|
PROJECT_NUMBER = 1.3.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.
|
@ -431,7 +431,7 @@ int main(int argc, char const * const argv[])
|
||||||
static void DisplayProgramInfo(void)
|
static void DisplayProgramInfo(void)
|
||||||
{
|
{
|
||||||
printf("--------------------------------------------------------------------------\n");
|
printf("--------------------------------------------------------------------------\n");
|
||||||
printf("BootCommander version 1.02. Performs firmware updates on a microcontroller\n");
|
printf("BootCommander version 1.03. Performs firmware updates on a microcontroller\n");
|
||||||
printf("based system that runs the OpenBLT bootloader.\n\n");
|
printf("based system that runs the OpenBLT bootloader.\n\n");
|
||||||
printf("Copyright (c) 2017 by Feaser http://www.feaser.com\n");
|
printf("Copyright (c) 2017 by Feaser http://www.feaser.com\n");
|
||||||
printf("-------------------------------------------------------------------------\n");
|
printf("-------------------------------------------------------------------------\n");
|
||||||
|
|
|
@ -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 (10200u)
|
#define BLT_VERSION_NUMBER (10300u)
|
||||||
|
|
||||||
/** \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.02.00"
|
#define BLT_VERSION_STRING "1.03.00"
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue