]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: allow libknot 3.0.dev
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 14 Oct 2019 11:37:03 +0000 (13:37 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 14 Oct 2019 11:37:03 +0000 (13:37 +0200)
meson.build

index f7555eb901eb1818138c2ec41b8c7fb22f42ecbf..f5f6f495d03be65e7b742f6e632d0ef55224ffbf 100644 (file)
@@ -16,7 +16,7 @@ endif
 
 
 message('--- required dependencies ---')
-knot_version = [ '>=2.8', '<2.10.0' ] # this would allow unreleased 2.10.dev
+knot_version = [ '>=2.8', '<3.0.0' ] # this would allow unreleased 3.0.dev
 libknot = dependency('libknot', version: knot_version)
 libdnssec = dependency('libdnssec', version: knot_version)
 libzscanner = dependency('libzscanner', version: knot_version)