mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
9 lines
219 B
C
9 lines
219 B
C
// Matches the bootloader version included in this firmware
|
|
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 12
|
|
#define VERSION_PATCH 1
|
|
|
|
#define FIX_VERSION_MAJOR 1
|
|
#define FIX_VERSION_MINOR 12
|
|
#define FIX_VERSION_PATCH 0
|