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:
parent
8fa0d8f098
commit
1343583d21
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user