Update minimal Ledger Monero app version
This commit is contained in:
parent
0a3c5a605b
commit
333ae55fef
|
@ -44,8 +44,8 @@ namespace hw {
|
||||||
|
|
||||||
/* Minimal supported version */
|
/* Minimal supported version */
|
||||||
#define MINIMAL_APP_VERSION_MAJOR 1
|
#define MINIMAL_APP_VERSION_MAJOR 1
|
||||||
#define MINIMAL_APP_VERSION_MINOR 3
|
#define MINIMAL_APP_VERSION_MINOR 6
|
||||||
#define MINIMAL_APP_VERSION_MICRO 1
|
#define MINIMAL_APP_VERSION_MICRO 0
|
||||||
|
|
||||||
#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
|
#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
|
||||||
#define VERSION_MAJOR(v) (((v)>>16)&0xFF)
|
#define VERSION_MAJOR(v) (((v)>>16)&0xFF)
|
||||||
|
|
Loading…
Reference in New Issue