[#BBL_VERSION] = BBL_VERSION :mrdocs: 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. == Synopsis Declared in `<bblscm_versiontag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BBL_VERSION ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#