Skip to content

Commit 5137f4e

Browse files
committed
firmware: bump version to 1.8.0
1 parent 4bc37c6 commit 5137f4e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

firmware/ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.8.0
2+
* Stable release, optional update
3+
14
Version 1.7.3
25
* Stable release, optional update
36
* Fix USB issue on some Windows 10 installations

firmware/trezor.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#include <stdint.h>
2424

2525
#define VERSION_MAJOR 1
26-
#define VERSION_MINOR 7
27-
#define VERSION_PATCH 3
26+
#define VERSION_MINOR 8
27+
#define VERSION_PATCH 0
2828

2929
#define STR(X) #X
3030
#define VERSTR(X) STR(X)

0 commit comments

Comments
 (0)