diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 41b4df63..e0f7b14c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '6.0.2', + version: '6.0.3', default_options: ['c_std=gnu11', 'b_ndebug=true'], meson_version: '>=0.49', ) |