Skip to content

Commit

Permalink
Refs #1802. Final changes before the next release.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1080 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
  • Loading branch information
feaser committed Jul 7, 2023
1 parent afd5cb1 commit 57b517e
Show file tree
Hide file tree
Showing 80 changed files with 7 additions and 269,036 deletions.
2 changes: 1 addition & 1 deletion Doc/doxygen/DoxyfileLibOpenBLT
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
PROJECT_NUMBER = 1.3.9

# 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
Expand Down
11 changes: 2 additions & 9 deletions Doc/doxygen/DoxyfileOpenBLT
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0
PROJECT_NUMBER = 1.16.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
Expand Down Expand Up @@ -891,14 +891,7 @@ EXCLUDE_SYMLINKS = NO

EXCLUDE_PATTERNS = */lib/* \
*/third_party/* \
*/Libraries/* \
*/Library/* \
*/Drivers/* \
*/Core/* \
*/Startup/* \
*/startup/* \
*/Boot/usb* \
*/Boot/USB_DEVICE/*
*/Target/Demo/*

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down
2 changes: 1 addition & 1 deletion Host/Source/LibOpenBLT/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# ***************************************************************************************
setup ( \
name = 'openblt',
version = '1.3.8',
version = '1.3.9',
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
long_description = open('README.rst', 'r').read(),
author = 'Frank Voorburg',
Expand Down
4 changes: 2 additions & 2 deletions Host/Source/LibOpenBLT/openblt.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
* for major-, minor-, and patch-version. Version 1.05.12 would for example be
* 10512.
*/
#define BLT_VERSION_NUMBER (10308u)
#define BLT_VERSION_NUMBER (10309u)

/** \brief The version number of the library as a null-terminated string. */
#define BLT_VERSION_STRING "1.03.08"
#define BLT_VERSION_STRING "1.03.09"


/****************************************************************************************
Expand Down
Binary file modified Host/libopenblt.dll
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit 57b517e

Please sign in to comment.