1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-20 19:42:02 +00:00

embed: update changelog, bump versions

This commit is contained in:
Pavol Rusnak 2018-12-05 12:26:27 +01:00
parent 5c3a5d4577
commit 587efeafa7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
Version 2.0.10 [unreleased]
Version 2.0.11 [unreleased]
* 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 new coins: BTX, CPC, GAME, RVN
* Add support for new Ethereum tokens
Version 2.0.9
* stable release, optional update

View File

@ -1,4 +1,4 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 1
#define VERSION_PATCH 2
#define VERSION_BUILD 0

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 2
#define VERSION_PATCH 3
#define VERSION_BUILD 0
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 10
#define VERSION_PATCH 11
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2