The version number is major.minor.extra. Note that this is
unrelated to the Ceph version number.
TODO: define version semantics, i.e.:
- incrementing major is for backwards-incompatible changes
- incrementing minor is for backwards-compatible changes
- incrementing extra is for bug fixes
@param major where to store the major version number
@param minor where to store the minor version number
@param extra where to store the extra version number
Get the version of librados.
The version number is major.minor.extra. Note that this is unrelated to the Ceph version number.
TODO: define version semantics, i.e.: - incrementing major is for backwards-incompatible changes - incrementing minor is for backwards-compatible changes - incrementing extra is for bug fixes
@param major where to store the major version number @param minor where to store the minor version number @param extra where to store the extra version number