trezor-core/embed/firmware/version.h

10 lines
241 B
C
Raw Normal View History

2018-02-13 02:54:08 -08:00
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
2018-02-27 03:10:03 -08:00
#define VERSION_PATCH 2
2018-02-13 02:54:08 -08:00
#define VERSION_BUILD 0
2018-02-13 02:54:08 -08:00
#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 0
#define FIX_VERSION_PATCH 0
#define FIX_VERSION_BUILD 0