mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 05:02:38 +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
|