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:
Frank Voorburg 2018-02-13 09:40:21 +00:00
parent dcfac1767f
commit a3890205d2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
**