1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 14:08:11 +00:00
trezor-firmware/core/embed/prodtest/version.h
Martin Milata 8361b0eea4 chore(core/prodtest): bump version to 0.2.11
[no changelog]

(cherry picked from commit 6d41c56089)
2024-11-04 18:43:28 +01:00

14 lines
252 B
C

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