mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move Spicy version information out of zeek-config.h
.
Turns out Spicy doesn't have nicely-named constant for version information, but we can instead use spicyz's auto-generated `config.h` for now.
This commit is contained in:
parent
90fd5c062a
commit
c335245586
4 changed files with 2 additions and 4 deletions
|
@ -301,6 +301,3 @@
|
|||
|
||||
/* compiled with Spicy support */
|
||||
#cmakedefine HAVE_SPICY
|
||||
|
||||
// Version of Spicy that we are compiling against.
|
||||
#define SPICY_VERSION_NUMBER ${SPICY_VERSION_NUMBER}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue