mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
8 lines
175 B
C
8 lines
175 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 8
|
|
#define VERSION_PATCH 1
|
|
|
|
#define VERSION_MAJOR_CHAR "\x01"
|
|
#define VERSION_MINOR_CHAR "\x08"
|
|
#define VERSION_PATCH_CHAR "\x01"
|