aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Colas <francois.colas@ledger.fr>2020-08-28 12:00:25 +0200
committerFrançois Colas <francois.colas@ledger.fr>2020-08-28 12:00:25 +0200
commit333ae55fefb7e48ffff3d78ec4c14c14516139c4 (patch)
tree9d7d7b79058da8c7316d2fdc432d6fa083639d18
parentUpdate protocol version with Ledger's HW (diff)
downloadmonero-333ae55fefb7e48ffff3d78ec4c14c14516139c4.tar.xz
Update minimal Ledger Monero app version
-rw-r--r--src/device/device_ledger.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/device_ledger.hpp b/src/device/device_ledger.hpp
index d3ec08288..5cb834e02 100644
--- a/src/device/device_ledger.hpp
+++ b/src/device/device_ledger.hpp
@@ -44,8 +44,8 @@ namespace hw {
/* Minimal supported version */
#define MINIMAL_APP_VERSION_MAJOR 1
- #define MINIMAL_APP_VERSION_MINOR 3
- #define MINIMAL_APP_VERSION_MICRO 1
+ #define MINIMAL_APP_VERSION_MINOR 6
+ #define MINIMAL_APP_VERSION_MICRO 0
#define VERSION(M,m,u) ((M)<<16|(m)<<8|(u))
#define VERSION_MAJOR(v) (((v)>>16)&0xFF)