Versioning

Index

ffi-api-version ffi-supports-api

version-datestamp version-major version-minor version-patch version-string

Reference

(ffi-api-version)

Return the version of the currently supported FFI API.

(ffi-supports-api version)

Check if the FFI version specified is supported by this library. Returns a boolean.

(version-datestamp)

Returns the date this version was released as an integer YYYYMMDD,or 0 if an unreleased version.

version-majorcfunction
(version-major)

Returns the major version of the library.

version-minorcfunction
(version-minor)

Returns the minor version of the library.

version-patchcfunction
(version-patch)

Returns the patch version of the library.

(version-string)

Returns a string describing the version.