From e97ba8a4f62e7598a559cf48f8d295ede8c618b7 Mon Sep 17 00:00:00 2001 From: Peter Cullen Date: Thu, 4 Apr 2024 16:34:23 +0000 Subject: [PATCH] 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. --- cmake_templates/zeek-version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_templates/zeek-version.h.in b/cmake_templates/zeek-version.h.in index 95668aa1f8..2a6902318b 100644 --- a/cmake_templates/zeek-version.h.in +++ b/cmake_templates/zeek-version.h.in @@ -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)