diff --git a/CHANGES b/CHANGES index fa30700023..81b17ba366 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +7.2.0-dev.25 | 2024-12-20 15:31:19 -0700 + + * Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight) + 7.2.0-dev.23 | 2024-12-20 15:14:33 -0700 * Require spicy for spicy.analyzer-id btest (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index a818f3fdd7..684263805b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-dev.23 +7.2.0-dev.25 diff --git a/auxil/spicy b/auxil/spicy index d59f2458a4..4c2cd8c3d7 160000 --- a/auxil/spicy +++ b/auxil/spicy @@ -1 +1 @@ -Subproject commit d59f2458a480d5bd5d66810aa77f1918e94bb244 +Subproject commit 4c2cd8c3d7dbff98c95bf69824ed642ae40b1ecd diff --git a/testing/btest/Baseline/spicy.preprocessor-spicy/output b/testing/btest/Baseline/spicy.preprocessor-spicy/output index 736578c927..5d241aaa39 100644 --- a/testing/btest/Baseline/spicy.preprocessor-spicy/output +++ b/testing/btest/Baseline/spicy.preprocessor-spicy/output @@ -1,7 +1,7 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. == spicyz - ::hilti::rt::print(std::string("have zeek"), ::hilti::rt::Bool(true)); - ::hilti::rt::print(std::string("have spicy version"), ::hilti::rt::Bool(true)); - ::hilti::rt::print(std::string("have spicy version >= 0.4"), ::hilti::rt::Bool(true)); - ::hilti::rt::print(std::string("not have spicy version >= 4"), ::hilti::rt::Bool(true)); - ::hilti::rt::print(std::string("have zeek and zeek version > 1.0"), ::hilti::rt::Bool(true)); + ::hilti::rt::print("have zeek"s, ::hilti::rt::Bool(true)); + ::hilti::rt::print("have spicy version"s, ::hilti::rt::Bool(true)); + ::hilti::rt::print("have spicy version >= 0.4"s, ::hilti::rt::Bool(true)); + ::hilti::rt::print("not have spicy version >= 4"s, ::hilti::rt::Bool(true)); + ::hilti::rt::print("have zeek and zeek version > 1.0"s, ::hilti::rt::Bool(true));