[#BSL_GET_VERSION_MINOR] = BSL_GET_VERSION_MINOR :mrdocs: Extract from the specified `version` the corresponding minor version. `version` is the result of a `BSL_MAKE_VERSION(major, minor)` invocation, and this macro returns `minor`. == Synopsis Declared in `<bslscm_versiontag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSL_GET_VERSION_MINOR(version) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#