1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-10 17:51:16 +00:00
trezor-firmware/legacy/bootloader/version.h

8 lines
176 B
C
Raw Normal View History

#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_PATCH 1
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x0A"
2021-04-23 13:51:11 +00:00
#define VERSION_PATCH_CHAR "\x01"