diff options
author | selsta <selsta@sent.at> | 2021-10-24 18:16:59 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-10-29 22:26:59 +0200 |
commit | 3cb7fda42805a72e0193f016dff9c8f3ab301d1d (patch) | |
tree | 878fc3b759bd7fa7620e7b7e7e8d844b265c4041 /src/device | |
parent | Merge pull request #8022 (diff) | |
download | monero-3cb7fda42805a72e0193f016dff9c8f3ab301d1d.tar.xz |
build: prepare v0.17.3.0
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/device_ledger.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_ledger.hpp b/src/device/device_ledger.hpp index c9aadbd00..d95391355 100644 --- a/src/device/device_ledger.hpp +++ b/src/device/device_ledger.hpp @@ -45,7 +45,7 @@ namespace hw { /* Minimal supported version */ #define MINIMAL_APP_VERSION_MAJOR 1 #define MINIMAL_APP_VERSION_MINOR 7 - #define MINIMAL_APP_VERSION_MICRO 6 + #define MINIMAL_APP_VERSION_MICRO 8 #define VERSION(M,m,u) ((M)<<16|(m)<<8|(u)) #define VERSION_MAJOR(v) (((v)>>16)&0xFF) |