mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update version used by spicyz
Update the version string in the VERSION macro which is used by spicyz and need to be the same as the Zeek version string.
This commit is contained in:
parent
cf09f137bd
commit
e97ba8a4f6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "@ZEEK_VERSION_FULL@"
|
#define VERSION "@ZEEK_VERSION_FULL_LOCAL@"
|
||||||
|
|
||||||
// Zeek version number.
|
// Zeek version number.
|
||||||
// This is the result of (major * 10000 + minor * 100 + patch)
|
// This is the result of (major * 10000 + minor * 100 + patch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue