Commit 502923c0 authored by Dominik Charousset's avatar Dominik Charousset

Change BASP version to 4

The new serialization format is incompatible to previous versions of
CAF. Hence, we need to increase the BASP version in order to catch
version mismatches during the BASP handshake.
parent c73a4cc4
......@@ -26,7 +26,7 @@ namespace caf::io::basp {
/// @{
/// The current BASP version. Note: BASP is not backwards compatible.
constexpr uint64_t version = 3;
constexpr uint64_t version = 4;
/// @}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment