[#BSLS_DEPRECATE_MAKE_VER] = BSLS_DEPRECATE_MAKE_VER :mrdocs: Expand to an opaque encoding of UOR version `M.N`. == Synopsis Declared in `<bsls_deprecate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_DEPRECATE_MAKE_VER(M, N) ---- == Description Expand to an opaque sequence of symbols encoding a UOR version where the specified `M` is the major version number and the specified `N` is the minor version number. == Parameters [cols="1,4"] |=== | Name| Description | *M* | major version number | *N* | minor version number |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#