We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc37c6 commit 5137f4eCopy full SHA for 5137f4e
firmware/ChangeLog
@@ -1,3 +1,6 @@
1
+Version 1.8.0
2
+* Stable release, optional update
3
+
4
Version 1.7.3
5
* Stable release, optional update
6
* Fix USB issue on some Windows 10 installations
firmware/trezor.h
@@ -23,8 +23,8 @@
23
#include <stdint.h>
24
25
#define VERSION_MAJOR 1
26
-#define VERSION_MINOR 7
27
-#define VERSION_PATCH 3
+#define VERSION_MINOR 8
+#define VERSION_PATCH 0
28
29
#define STR(X) #X
30
#define VERSTR(X) STR(X)
0 commit comments