1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
trezor-firmware/legacy/bootloader/version.h
2021-03-03 12:06:58 +01:00

8 lines
175 B
C

#define VERSION_MAJOR 1
#define VERSION_MINOR 9
#define VERSION_PATCH 0
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x09"
#define VERSION_PATCH_CHAR "\x00"