1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-26 01:42:34 +00:00

update version

This commit is contained in:
Pavol Rusnak 2016-08-30 10:33:13 +02:00
parent fd79570aaf
commit dec9484a17
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -21,8 +21,8 @@
#define __TREZOR_H__ #define __TREZOR_H__
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 4
#define VERSION_PATCH 6 #define VERSION_PATCH 0
#define STR(X) #X #define STR(X) #X
#define VERSTR(X) STR(X) #define VERSTR(X) STR(X)