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
1 changed files with 2 additions and 2 deletions

View File

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