mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-23 23:50:20 +08:00
update version to 7.2.0 -- protocol version changes
This commit is contained in:
parent
cbaef8f03b
commit
8db8545db2
@ -50,9 +50,10 @@ PROTOCOL_VERSION_6_2 = 0x0FDB00B062010001
|
||||
PROTOCOL_VERSION_6_3 = 0x0FDB00B063010001
|
||||
PROTOCOL_VERSION_7_0 = 0x0FDB00B070010001
|
||||
PROTOCOL_VERSION_7_1 = 0x0FDB00B071010001
|
||||
PROTOCOL_VERSION_7_2 = 0x0FDB00B072000001
|
||||
supported_protocol_versions = frozenset([PROTOCOL_VERSION_5_2, PROTOCOL_VERSION_6_0, PROTOCOL_VERSION_6_1,
|
||||
PROTOCOL_VERSION_6_2, PROTOCOL_VERSION_6_3, PROTOCOL_VERSION_7_0,
|
||||
PROTOCOL_VERSION_7_1])
|
||||
PROTOCOL_VERSION_7_1, PROTOCOL_VERSION_7_2])
|
||||
|
||||
|
||||
fdb.api_version(520)
|
||||
|
@ -31,7 +31,7 @@
|
||||
// used and should not be changed from 0.
|
||||
// xyzdev
|
||||
// vvvv
|
||||
constexpr uint64_t currentProtocolVersionValue = 0x0FDB00B071010000LL;
|
||||
constexpr uint64_t currentProtocolVersionValue = 0x0FDB00B072000001LL;
|
||||
|
||||
// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user