[#BBL_VERSION] = BBL_VERSION :mrdocs: Provide the combined version number for the current BBL release. == Synopsis Declared in `<bblscm_versiontag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BBL_VERSION ---- == Description Construct an integer (unique to the specified `BBL_VERSION_MAJOR` and `BBL_VERSION_MINOR` numbers) corresponding to the major and minor version numbers, respectively, of the current (latest) BBL release. Note that the patch version number is intentionally not included. The exact format of the result is an implementation detail of `bslscm_versiontag`. The major and minor parts of the resulting version can be extracted with `BSL_GET_VERSION_MAJOR` and `BSL_GET_VERSION_MINOR` respectively. [.small]#Created with https://www.mrdocs.com[MrDocs]#