1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 22:18:13 +00:00

firmware: bump version to 1.8.0

This commit is contained in:
Pavol Rusnak 2019-02-15 14:25:49 +01:00
parent 4bc37c6b82
commit 5137f4ec00
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Version 1.8.0
* Stable release, optional update
Version 1.7.3
* Stable release, optional update
* Fix USB issue on some Windows 10 installations

View File

@ -23,8 +23,8 @@
#include <stdint.h>
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 3
#define VERSION_MINOR 8
#define VERSION_PATCH 0
#define STR(X) #X
#define VERSTR(X) STR(X)