diff --git a/CMakeLists.txt b/CMakeLists.txt index bd4c9588..33995813 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.90test3) +set(DNSMASQ_VERSION pi-hole-v2.90test4) add_subdirectory(src)