1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

firmware: next version will be 1.6.2

This commit is contained in:
Pavol Rusnak 2018-06-19 16:49:49 +02:00
parent a46de7b591
commit a49e0a9d16
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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