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

chore(core/bootloader): bump version after release

This commit is contained in:
matejcik 2023-09-06 11:09:45 +02:00 committed by matejcik
parent 965d3182a0
commit 6e0937c1ce

View File

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