1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

chore(core/bootloader): bump version

This commit is contained in:
matejcik 2024-09-21 22:44:16 +02:00
parent 33519dac50
commit 53c52cbf48

View File

@ -4,7 +4,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 1
#define VERSION_PATCH 9
#define VERSION_PATCH 10
#define VERSION_BUILD 0
#define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \