mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
update version to 7.2.0 -- protocol version
This commit is contained in:
parent
63a2e317fb
commit
6b2d0e5d6b
@ -35,7 +35,7 @@ constexpr uint64_t currentProtocolVersionValue = 0x0FDB00B072000000LL;
|
|||||||
|
|
||||||
// The first protocol version that cannot be downgraded from. Ordinarily, this will be two release versions larger
|
// The first protocol version that cannot be downgraded from. Ordinarily, this will be two release versions larger
|
||||||
// than the current version, meaning that we only support downgrades between consecutive release versions.
|
// than the current version, meaning that we only support downgrades between consecutive release versions.
|
||||||
constexpr uint64_t minInvalidProtocolVersionValue = 0x0FDB00B073000000LL;
|
constexpr uint64_t minInvalidProtocolVersionValue = 0x0FDB00B074000000LL;
|
||||||
|
|
||||||
#define PROTOCOL_VERSION_FEATURE(v, x) \
|
#define PROTOCOL_VERSION_FEATURE(v, x) \
|
||||||
static_assert((v & 0xF0FFFFLL) == 0 || v < 0x0FDB00B071000000LL, "Unexpected feature protocol version"); \
|
static_assert((v & 0xF0FFFFLL) == 0 || v < 0x0FDB00B071000000LL, "Unexpected feature protocol version"); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user