summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-02-13 10:08:04 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-02-13 13:03:08 +0100
commite20df08838e8be82c5fd243026c1cbda7a63e9d0 (patch)
tree8763eb7f8888f7efe0ef3dcbadf3ff9a4d23c0f8 /meson.build
parentMerge: mitigate CVE-2023-50387 "KeyTrap" (diff)
downloadknot-resolver-e20df08838e8be82c5fd243026c1cbda7a63e9d0.tar.xz
knot-resolver-e20df08838e8be82c5fd243026c1cbda7a63e9d0.zip
release 5.7.1v5.7.1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1dfc160b..12c5eb3e 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
- version: '5.7.0',
+ version: '5.7.1',
default_options: ['c_std=gnu11', 'b_ndebug=true'],
meson_version: '>=0.49',
)