Skip to content

Struct SYN_Version

ClassList > SYN_Version

Compile-time version information.

  • #include <syn_version.h>

Public Attributes

Type Name
const char * app_name
uint32_t code
const char * date
const char * git_hash
uint8_t month
uint8_t release
const char * time
uint16_t year

Public Attributes Documentation

variable app_name

const char* SYN_Version::app_name;

Application name


variable code

uint32_t SYN_Version::code;

Packed SYN_VERSION_CODE


variable date

const char* SYN_Version::date;

Build date


variable git_hash

const char* SYN_Version::git_hash;

Git short hash


variable month

uint8_t SYN_Version::month;

Release month (CalVer)


variable release

uint8_t SYN_Version::release;

Release number within the month


variable time

const char* SYN_Version::time;

Build time


variable year

uint16_t SYN_Version::year;

Release year (CalVer)



The documentation for this class was generated from the following file src/syntropic/system/syn_version.h