You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy/bootloader/version.h

8 lines
176 B

#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_PATCH 1
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x0A"
#define VERSION_PATCH_CHAR "\x01"