1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

chore(legacy): bump version to 1.10.1; add soft-reset to changelog

This commit is contained in:
Tomas Susanka 2021-04-23 15:14:22 +02:00
parent bf3e64ff20
commit 300c27abb8
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- "Stay in bootloader" flag.
- Soft-reset (reboots itself after firmware installation).
### Changed
- Use Trezor instead of TREZOR.

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_PATCH 0
#define VERSION_PATCH 1
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x0A"

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 10
#define VERSION_PATCH 0
#define VERSION_PATCH 1
#define FIX_VERSION_MAJOR 1
#define FIX_VERSION_MINOR 10