mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Increasing serialization format version for the recent 64-bit changes.
This commit is contained in:
parent
5478bd5b1d
commit
eed759b7b5
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ protected:
|
||||||
|
|
||||||
// This will be increased whenever there is an incompatible change
|
// This will be increased whenever there is an incompatible change
|
||||||
// in the data format.
|
// in the data format.
|
||||||
static const uint32 DATA_FORMAT_VERSION = 18;
|
static const uint32 DATA_FORMAT_VERSION = 19;
|
||||||
|
|
||||||
ChunkedIO* io;
|
ChunkedIO* io;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue