Update dnsmasq version string to 2.85

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2021-03-28 08:42:08 +00:00
parent 799836c030
commit 41ab5125a6
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.84)
set(DNSMASQ_VERSION pi-hole-2.85)
add_subdirectory(src)