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

chore(core): bump bootloader / prodtest versions after release

This commit is contained in:
matejcik 2024-05-06 13:21:14 +02:00
parent e8c65b9f24
commit 12725d9835
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 6
#define VERSION_PATCH 7
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0