1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00

update version to 1.6.0

This commit is contained in:
Pavol Rusnak 2017-11-16 19:50:42 +01:00
parent 3386b16a1c
commit 4770df8912
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,16 @@
Version 1.6.0
* Stable release, optional update
* Native SegWit (Bech32) address support
* Show recognized BIP44/BIP49 paths in GetAddress dialog
* NEM support
* Expanse and UBIQ chains support
* Bitcoin Gold, DigiByte, Monacoin support
* Ed25519 collective signatures (CoSi) support
Version 1.5.2
* Stable release, required update
* clean memory on start
* fix storage import from older versions
* Clean memory on start
* Fix storage import from older versions
Version 1.5.1
* Stable release, optional update

View File

@ -21,8 +21,8 @@
#define __TREZOR_H__
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_PATCH 2
#define VERSION_MINOR 6
#define VERSION_PATCH 0
#define STR(X) #X
#define VERSTR(X) STR(X)