mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
af_packet: Increase version number.
This commit is contained in:
parent
448e69471c
commit
716916a97d
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ zeek::plugin::Configuration Plugin::Configure()
|
|||
config.name = "Zeek::AF_Packet";
|
||||
config.description = "Packet acquisition via AF_Packet";
|
||||
config.version.major = 3;
|
||||
config.version.minor = 0;
|
||||
config.version.patch = 2;
|
||||
config.version.minor = 1;
|
||||
config.version.patch = 0;
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue