mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Change VERSION variable in CMake config to ZEEK_VERSION_FULL
This commit is contained in:
parent
cb649795c0
commit
67c8e5192a
4 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ prefix="@CMAKE_INSTALL_PREFIX@"
|
|||
python_dir="@PY_MOD_INSTALL_DIR@"
|
||||
script_dir="@ZEEK_SCRIPT_INSTALL_PATH@"
|
||||
site_dir="@ZEEK_SCRIPT_INSTALL_PATH@/site"
|
||||
version="@VERSION@"
|
||||
version="@ZEEK_VERSION_FULL@"
|
||||
zeek_dist="@ZEEK_DIST@"
|
||||
zeekpath="@DEFAULT_ZEEKPATH@"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "@VERSION@"
|
||||
#define VERSION "@ZEEK_VERSION_FULL@"
|
||||
|
||||
// Zeek version number.
|
||||
// This is the result of (major * 10000 + minor * 100 + patch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue