Refs #319, #518. Updated LibOpenBLT version number related to minor recent changes.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@475 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-04-12 13:48:00 +00:00
parent b9dbc2da03
commit 3336887939
5 changed files with 11 additions and 1020 deletions

View File

@ -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.0
PROJECT_NUMBER = 1.3.1
# 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -51,10 +51,10 @@
* for major-, minor-, and patch-version. Version 1.05.12 would for example be
* 10512.
*/
#define BLT_VERSION_NUMBER (10300u)
#define BLT_VERSION_NUMBER (10301u)
/** \brief The version number of the library as a null-terminated string. */
#define BLT_VERSION_STRING "1.03.00"
#define BLT_VERSION_STRING "1.03.01"
/****************************************************************************************

Binary file not shown.