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:
Peter Cullen 2024-04-04 16:34:23 +00:00 committed by Christian Kreibich
parent cf09f137bd
commit e97ba8a4f6

View file

@ -3,7 +3,7 @@
#pragma once
/* Version number of package */
#define VERSION "@ZEEK_VERSION_FULL@"
#define VERSION "@ZEEK_VERSION_FULL_LOCAL@"
// Zeek version number.
// This is the result of (major * 10000 + minor * 100 + patch)