From cca345bc1cb7e26bd6a8342192514f60b917e8be Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 21 Feb 2025 16:35:37 +0100 Subject: [PATCH] Update dnsmasq tag to 2.91rc5 Signed-off-by: DL6ER --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b48373cc..4d1106700 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,6 @@ set(CMAKE_C_STANDARD 17) project(PIHOLE_FTL C) -set(DNSMASQ_VERSION pi-hole-v2.91rc4) +set(DNSMASQ_VERSION pi-hole-v2.91rc5) add_subdirectory(src)