mirror of https://github.com/rusefi/openblt.git
Refs #484. Changed "build" version to "patch" version in a function header comment.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@428 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
dcfac1767f
commit
a3890205d2
|
@ -69,7 +69,7 @@ char const bltVersionString[] = BLT_VERSION_STRING;
|
|||
****************************************************************************************/
|
||||
/************************************************************************************//**
|
||||
** \brief Obtains the version number of the library as an integer. The number has two
|
||||
** digits for major-, minor-, and build-version. Version 1.05.12 would for
|
||||
** digits for major-, minor-, and patch-version. Version 1.05.12 would for
|
||||
** example return 10512.
|
||||
** \return Library version number as an integer.
|
||||
**
|
||||
|
|
Loading…
Reference in New Issue