1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 20:48:30 +00:00
trezor-firmware/core/embed/projects/firmware/version.h
Martin Milata 895ff1e522 chore(core): bump version to 2.8.6
[no changelog]
2024-11-28 14:45:24 +01:00

14 lines
251 B
C

#pragma once
#include "model_version.h"
#define VERSION_MAJOR 2
#define VERSION_MINOR 8
#define VERSION_PATCH 7
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 8
#define FIX_VERSION_PATCH 0
#define FIX_VERSION_BUILD 0