summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2022-11-26 00:07:21 +0100
committerPetr Vorel <pvorel@suse.cz>2022-11-26 00:07:21 +0100
commit5ffabc4190cab975c7332645259e286a032e183b (patch)
tree561d84f41a25e59f9ced864f1bf297dfb2499d55
parentcb8bc7fc0fc3c6170719192e063a5500b18ffff5 (diff)
downloadiputils-20221126.tar.gz
release: iputils-2022112620221126
Signed-off-by: Petr Vorel <pvorel@suse.cz>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8373a2f..2c6ff8d 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('iputils', 'c',
'localstatedir=var',
],
meson_version : '>=0.40',
- version : '20211215') # keep in sync with: git describe | awk -F- '{print $1}'
+ version : '20221126') # keep in sync with: git describe | awk -F- '{print $1}'
cc = meson.get_compiler('c')