mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
9 lines
217 B
C
9 lines
217 B
C
|
// Matches the bootloader version included in this firmware
|
||
|
#define VERSION_MAJOR 1
|
||
|
#define VERSION_MINOR 8
|
||
|
#define VERSION_PATCH 0
|
||
|
|
||
|
#define FIX_VERSION_MAJOR 1
|
||
|
#define FIX_VERSION_MINOR 8
|
||
|
#define FIX_VERSION_PATCH 0
|