1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

chore(core/bootloader): bump version after release

This commit is contained in:
matejcik 2023-11-01 13:40:01 +01:00
parent 0953d2f6aa
commit 1e29ce9fb4

View File

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