mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 20:12:02 +00:00
embed: update changelog, bump versions
This commit is contained in:
parent
5c3a5d4577
commit
587efeafa7
@ -1,6 +1,13 @@
|
|||||||
Version 2.0.10 [unreleased]
|
Version 2.0.11 [unreleased]
|
||||||
* stable release, optional update
|
* stable release, optional update
|
||||||
|
|
||||||
|
Version 2.0.10
|
||||||
|
* stable release, optional update
|
||||||
|
* Fix Monero payment ID computation
|
||||||
|
* Fix issue with touch screen and flickering
|
||||||
* Add support for OMNI layer: OMNI/MAID/USDT
|
* Add support for OMNI layer: OMNI/MAID/USDT
|
||||||
|
* Add support for new coins: BTX, CPC, GAME, RVN
|
||||||
|
* Add support for new Ethereum tokens
|
||||||
|
|
||||||
Version 2.0.9
|
Version 2.0.9
|
||||||
* stable release, optional update
|
* stable release, optional update
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 1
|
#define VERSION_PATCH 2
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 2
|
#define VERSION_PATCH 3
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))
|
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_PATCH 10
|
#define VERSION_PATCH 11
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
|
||||||
#define FIX_VERSION_MAJOR 2
|
#define FIX_VERSION_MAJOR 2
|
||||||
|
Loading…
Reference in New Issue
Block a user