1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 06:58:13 +00:00
trezor-firmware/core/embed/projects/firmware/version.h
Lukas Bielesch 0b4520c8d0 chore(core): bump version to 2.9.1
[no changelog]
2025-06-26 13:51:00 +02:00

14 lines
251 B
C

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