1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-03 08:46:05 +00:00

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

This commit is contained in:
matejcik 2024-04-16 16:15:41 +02:00
parent af6c4efed5
commit 90afd9c96a
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 5
#define VERSION_PATCH 6
#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 5
#define VERSION_PATCH 6
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0