Getting started
API docs
Version information.
Public Functions
Compares lhs and rhs.
lhs – First version.
rhs – Second version.
-1 if lhs is smaller than rhs, 0 if they are equal, 1 if lhs is greater than rhs.
Converts the version into a string.
version – Version.
String.
Public Members
Major revision.
Minor revision.
Patch number.
Public Static Functions
Initializes a version struct.
major – Major revision.
minor – Minor revision.
patch – Patch number.
Initialized version struct.
Returns the version of the library.
Library version.