1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-24 03:55:44 +00:00

bump bootloader version to 1.5.0, firmware version to 1.7.0

This commit is contained in:
Pavol Rusnak 2018-04-04 14:00:11 +02:00
parent 7b1b9d3069
commit 5633207a43
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -23,8 +23,8 @@
#include <stdint.h>
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define STR(X) #X
#define VERSTR(X) STR(X)