mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Bro plugins should support a patch version (x.y.z)
This commit is contained in:
parent
35d0a4d38e
commit
615ff78282
31 changed files with 99 additions and 24 deletions
|
@ -445,6 +445,8 @@ void Plugin::Describe(ODesc* d) const
|
|||
d->Add(config.version.major);
|
||||
d->Add(".");
|
||||
d->Add(config.version.minor);
|
||||
d->Add(".");
|
||||
d->Add(config.version.patch);
|
||||
d->Add(")");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue