Version

Version of the PUMAS C library.

Content

A string containing the version of the PUMAS C library encoded as '(major).(minor)', e.g '1.0' for PUMAS v1.0.

Examples

-- Get the C library version
local version = pumas.version

See also

Readonly.