[UPGRADE] upgrade version to 4.3.1.0

This commit is contained in:
obdev
2024-03-14 04:45:14 +00:00
committed by ob-robot
parent fb4ef37b7d
commit 014f781be4
10 changed files with 25 additions and 14 deletions

View File

@ -170,7 +170,7 @@ public:
const uint64_t cluster_version,
uint64_t &data_version);
public:
static const int64_t DATA_VERSION_NUM = 13;
static const int64_t DATA_VERSION_NUM = 14;
static const uint64_t UPGRADE_PATH[];
};
@ -227,6 +227,7 @@ DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 2, 1)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 3, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 0)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 0, 1)
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 1, 0)
/* =========== special upgrade processor end ============= */
/* =========== upgrade processor end ============= */