diff --git a/CMakeLists.txt b/CMakeLists.txt index b01b044c..8b182169 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,6 @@ cmake_minimum_required(VERSION 2.8.12) project(PIHOLE_FTL C) -set(DNSMASQ_VERSION pi-hole-2.87test4) +set(DNSMASQ_VERSION pi-hole-2.87test4-6) add_subdirectory(src)