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

bump version to 1.5.0

This commit is contained in:
Pavol Rusnak 2017-05-10 00:12:23 +02:00
parent 6d0d2348cf
commit f4e3d7ae1e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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