firmware: bump version to 1.8.0

pull/25/head
Pavol Rusnak 5 years ago
parent 4bc37c6b82
commit 5137f4ec00
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

@ -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)

Loading…
Cancel
Save