mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
faa3106606
[no changelog]
(cherry picked from commit 6d09b70603
)
14 lines
251 B
C
14 lines
251 B
C
#pragma once
|
|
|
|
#include "model_version.h"
|
|
|
|
#define VERSION_MAJOR 2
|
|
#define VERSION_MINOR 8
|
|
#define VERSION_PATCH 5
|
|
#define VERSION_BUILD 0
|
|
|
|
#define FIX_VERSION_MAJOR 2
|
|
#define FIX_VERSION_MINOR 8
|
|
#define FIX_VERSION_PATCH 0
|
|
#define FIX_VERSION_BUILD 0
|