From 8bb99d31547e8d82122663652363cca7dd6b7288 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 9 Jun 2026 00:56:31 +0200 Subject: [PATCH] Preparing releasing 0.42.1. No code changes. (0.42.1) --- web/_posts/2026-06-09-announcing-fun-0.42.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/_posts/2026-06-09-announcing-fun-0.42.1.md b/web/_posts/2026-06-09-announcing-fun-0.42.1.md index 5289002..7fd8f1c 100644 --- a/web/_posts/2026-06-09-announcing-fun-0.42.1.md +++ b/web/_posts/2026-06-09-announcing-fun-0.42.1.md @@ -41,8 +41,8 @@ To enable the Redis extension when building Fun, pass the CMake option `-DFUN_WI Example (Release build directory shown by your setup): ``` -cmake -S . -B build_release -DFUN_WITH_REDIS=ON -cmake --build build_release --target fun +cmake -S . -B build -DFUN_WITH_REDIS=ON +cmake --build build --target fun ``` ### Changelog