mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
firmware: bump version to 1.8.0
This commit is contained in:
parent
4bc37c6b82
commit
5137f4ec00
@ -1,3 +1,6 @@
|
|||||||
|
Version 1.8.0
|
||||||
|
* Stable release, optional update
|
||||||
|
|
||||||
Version 1.7.3
|
Version 1.7.3
|
||||||
* Stable release, optional update
|
* Stable release, optional update
|
||||||
* Fix USB issue on some Windows 10 installations
|
* Fix USB issue on some Windows 10 installations
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 7
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 3
|
#define VERSION_PATCH 0
|
||||||
|
|
||||||
#define STR(X) #X
|
#define STR(X) #X
|
||||||
#define VERSTR(X) STR(X)
|
#define VERSTR(X) STR(X)
|
||||||
|
Loading…
Reference in New Issue
Block a user