From cf06e5387276980d5cfbb03be38f3d27a577bf50 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 19 Feb 2024 13:59:25 +0100 Subject: [PATCH] Update embedded dnsmasq version to 2.90+1 Signed-off-by: DL6ER --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98f06b73..a5c421ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,6 @@ cmake_minimum_required(VERSION 2.8.12) project(PIHOLE_FTL C) -set(DNSMASQ_VERSION pi-hole-v2.90) +set(DNSMASQ_VERSION pi-hole-v2.90+1) add_subdirectory(src)