Update embedded dnsmasq version to v2.87test4

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2021-10-24 09:58:57 +02:00
parent d4cf1e39d1
commit a5e8579b4e
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
cmake_minimum_required(VERSION 2.8.12)
project(PIHOLE_FTL C)
set(DNSMASQ_VERSION pi-hole-2.87test3)
set(DNSMASQ_VERSION pi-hole-2.87test4)
add_subdirectory(src)