summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a563ba4..b998527 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('iputils', 'c',
'localstatedir=var',
],
meson_version : '>=0.40',
- version : '20210722') # keep in sync with: git describe | awk -F- '{print $1}'
+ version : '20211215') # keep in sync with: git describe | awk -F- '{print $1}'
cc = meson.get_compiler('c')