From 94088f500f8a4f91430aec16df08d0eef71ff8c4 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 5 Mar 2020 22:40:20 +0100 Subject: [PATCH] BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION : 93 -> 94 --- src/currency_core/currency_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/currency_config.h b/src/currency_core/currency_config.h index 8d2e667c..8de1ee32 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -207,7 +207,7 @@ #define CURRENT_TRANSACTION_CHAIN_ENTRY_ARCHIVE_VER 3 #define CURRENT_BLOCK_EXTENDED_INFO_ARCHIVE_VER 1 -#define BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION CURRENCY_FORMATION_VERSION + 9 +#define BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION CURRENCY_FORMATION_VERSION + 10 #define BLOCKCHAIN_STORAGE_MINOR_COMPATIBILITY_VERSION 1