[#BDL_VERSION] = BDL_VERSION :mrdocs: Provide the combined version number for the current BDL release. == Synopsis Declared in `<bdlscm_versiontag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BDL_VERSION ---- == Description Construct an integer (unique to the specified `BDL_VERSION_MAJOR` and `BDL_VERSION_MINOR` numbers) corresponding to the major and minor version numbers, respectively, of the current (latest) BDL 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]#