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

core: bump version to 2.3.0

This commit is contained in:
Tomas Susanka 2020-01-23 12:38:57 +00:00 committed by Pavol Rusnak
parent 8fa0d8f098
commit 1343583d21
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,9 @@ Version 2.x.x [not yet released]
* SD card protection
* Upgrade MicroPython to 1.12
Version 2.3.0 [not yet released]
* Passphrase redesign
Version 2.2.0 [Jan 2020]
* Remove unused ButtonRequest.data field
* Rework Recovery persistence internally

View File

@ -1,9 +1,9 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 2
#define VERSION_PATCH 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 2
#define FIX_VERSION_MINOR 3
#define FIX_VERSION_PATCH 0
#define FIX_VERSION_BUILD 0