summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4efdba43..b70d259d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Knot Resolver 6.0.7 (2024-0m-dd)
+Knot Resolver 6.0.7 (2024-03-27)
================================
Improvements
diff --git a/meson.build b/meson.build
index c4121543..3b7cd358 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
- version: '6.0.6',
+ version: '6.0.7',
default_options: ['c_std=gnu11', 'b_ndebug=true'],
meson_version: '>=0.49',
)