1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

chore(legacy/bootloader): bump major version

This commit is contained in:
matejcik 2022-04-22 14:18:30 +02:00 committed by Martin Milata
parent 7d93bd3179
commit ed8cdef331

View File

@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_PATCH 1
#define VERSION_MINOR 11
#define VERSION_PATCH 0
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x0A"
#define VERSION_PATCH_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x0B"
#define VERSION_PATCH_CHAR "\x00"