1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-18 20:48:18 +00:00

chore(legacy/bootloader): bump major version

This commit is contained in:
matejcik 2022-04-22 14:18:30 +02:00
parent f291b4658c
commit ecd0423f6f

View File

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