| Type | Name |
|---|---|
| struct | bea_version
A version of BEATRIX is uniquely given by its Git commit hash and the major version name (conventionally the name of a Pigeon Pit song) |
| Type | Name |
|---|---|
| define | BEA_GIT_HASH_LEN
40 |
| define | BEA_VERSION_NAME_MAXLEN
31 |
bea_versionA version of BEATRIX is uniquely given by its Git commit hash and the major version name (conventionally the name of a Pigeon Pit song)
Variables:
char git_hash
char name
BEA_GIT_HASH_LEN##define BEA_GIT_HASH_LEN 40BEA_VERSION_NAME_MAXLEN##define BEA_VERSION_NAME_MAXLEN 31