Skip to content

AmVersion

struct AmVersion

A structure containing the version number of the library.

Variables

Name Description
major Version number, updated only on major releases.
minor Version number, updated only on point releases.
revision Version number, updated for tiny releases (ex: Bug fixes).
text Text string containing the name and version of the library.

Variable Details

major

AmUInt8 major

Version number, updated only on major releases.

minor

AmUInt8 minor

Version number, updated only on point releases.

revision

AmUInt8 revision

Version number, updated for tiny releases (ex: Bug fixes).

text

AmString text

Text string containing the name and version of the library.