1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

bootloader: bump version to 1.5.1

This commit is contained in:
Pavol Rusnak 2018-08-25 13:08:51 +02:00
parent fdd5cbe202
commit 1af6f44e34
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -22,14 +22,14 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_PATCH 0
#define VERSION_PATCH 1
#define STR(X) #X
#define VERSTR(X) STR(X)
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x05"
#define VERSION_PATCH_CHAR "\x00"
#define VERSION_PATCH_CHAR "\x01"
#include <stdbool.h>
#include "memory.h"