mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/remove-match'
* origin/topic/jsiwek/remove-match: Remove the match expression (addressed #753).
This commit is contained in:
parent
5b2b03c6f7
commit
c78a391635
13 changed files with 14 additions and 259 deletions
|
@ -125,7 +125,7 @@ protected:
|
|||
|
||||
// This will be increased whenever there is an incompatible change
|
||||
// in the data format.
|
||||
static const uint32 DATA_FORMAT_VERSION = 21;
|
||||
static const uint32 DATA_FORMAT_VERSION = 22;
|
||||
|
||||
ChunkedIO* io;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue