mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-21 05:48:23 +00:00
a36c410e70
core: 2.8.3 bootloader: 2.1.9 prodtest: 0.2.10 [no changelog] (cherry picked from commit 43b7d717f2791c62f4ed1f4d724a8eb1c42a6398)
14 lines
252 B
C
14 lines
252 B
C
#pragma once
|
|
|
|
#include "model_version.h"
|
|
|
|
#define VERSION_MAJOR 0
|
|
#define VERSION_MINOR 2
|
|
#define VERSION_PATCH 10
|
|
#define VERSION_BUILD 0
|
|
|
|
#define FIX_VERSION_MAJOR 0
|
|
#define FIX_VERSION_MINOR 2
|
|
#define FIX_VERSION_PATCH 0
|
|
#define FIX_VERSION_BUILD 0
|