[#BloombergLP-bdlscm-Version] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlscm.adoc[bdlscm]::Version :relfileprefix: ../../ :mrdocs: This struct provides a namespace for (1) source control management (versioning) information that is embedded in binary executable files, and (2) a facility to query that information at runtime. == Synopsis Declared in `<bdlscm_version.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Version; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlscm/Version/version.adoc[`version`] | Return the address of a character string that identifies the version of the `bdl` package group in use. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlscm/Version/BDLSCM_S_VERSION.adoc[`BDLSCM_S_VERSION`] | BDE‐style version string | xref:BloombergLP/bdlscm/Version/s_buildInfo.adoc[`s_buildInfo`] | available for future use | xref:BloombergLP/bdlscm/Version/s_dependencies.adoc[`s_dependencies`] | Dependency information string; reserved for future use. | xref:BloombergLP/bdlscm/Version/s_ident.adoc[`s_ident`] | RCS‐style version string embedded in binary executable files. | xref:BloombergLP/bdlscm/Version/s_sourceControlInfo.adoc[`s_sourceControlInfo`] | Source control metadata string; reserved for future use. | xref:BloombergLP/bdlscm/Version/s_timestamp.adoc[`s_timestamp`] | Build timestamp string; reserved for future use. | xref:BloombergLP/bdlscm/Version/s_what.adoc[`s_what`] | SCCS‐style version string embedded in binary executable files. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#