Update dnsmasq version to 2.90

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2024-02-13 17:10:01 +01:00
parent 3e32d96e32
commit 3bb1fcfd3c
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-v2.90test4)
set(DNSMASQ_VERSION pi-hole-v2.90)
add_subdirectory(src)