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 3bae272..cc88544 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('iputils', 'c',
'localstatedir=var',
],
meson_version : '>=0.39',
- version : '20210202') # keep in sync with: git describe | awk -F- '{print $1}'
+ version : '20210722') # keep in sync with: git describe | awk -F- '{print $1}'
cc = meson.get_compiler('c')