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.
Declared in <bdlscm_version.h>
struct Version;
| Name | Description |
|---|---|
version | Return the address of a character string that identifies the version of the bdl package group in use. |
| Name | Description |
|---|---|
BDLSCM_S_VERSION | BDE-style version string |
s_buildInfo | available for future use |
s_dependencies | Dependency information string; reserved for future use. |
s_ident | RCS-style version string embedded in binary executable files. |
s_sourceControlInfo | Source control metadata string; reserved for future use. |
s_timestamp | Build timestamp string; reserved for future use. |
s_what | SCCS-style version string embedded in binary executable files. |