mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-25 16:08:32 +00:00
chore(legacy): bump version to 1.10.1; add soft-reset to changelog
This commit is contained in:
parent
bf3e64ff20
commit
300c27abb8
@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
- "Stay in bootloader" flag.
|
- "Stay in bootloader" flag.
|
||||||
|
- Soft-reset (reboots itself after firmware installation).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Use Trezor instead of TREZOR.
|
- Use Trezor instead of TREZOR.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 10
|
#define VERSION_MINOR 10
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 1
|
||||||
|
|
||||||
#define VERSION_MAJOR_CHAR "\x01"
|
#define VERSION_MAJOR_CHAR "\x01"
|
||||||
#define VERSION_MINOR_CHAR "\x0A"
|
#define VERSION_MINOR_CHAR "\x0A"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 10
|
#define VERSION_MINOR 10
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 1
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 1
|
#define FIX_VERSION_MAJOR 1
|
||||||
#define FIX_VERSION_MINOR 10
|
#define FIX_VERSION_MINOR 10
|
||||||
|
Loading…
Reference in New Issue
Block a user