[][src]Module libuv::version

Functions

version

Returns the libuv version packed into a single integer. 8 bits are used for each component, with the patch number stored in the 8 least significant bits. E.g. for libuv 1.2.3 this would be 0x010203.

version_string

Returns the libuv version number as a string. For non-release versions the version suffix is included.