summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2019-07-09 22:55:49 +0200
committerPetr Vorel <petr.vorel@gmail.com>2019-07-09 22:55:49 +0200
commit13e00847176aa23683d68fce1d17ffb523510946 (patch)
tree5a4225b5212dcbca3bba7acae3bb64fbae5db1db
parentc81f2309b912a00d943afd887616c00a5984c283 (diff)
downloadiputils-13e00847176aa23683d68fce1d17ffb523510946.tar.gz
release: iputils-s20190709s20190709
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 85db8a6..50df973 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('iputils', 'c',
'warning_level=3',
],
meson_version : '>=0.39',
- version : 's20190515') # keep in sync with: git describe | awk -F- '{print $1}'
+ version : 's20190709') # keep in sync with: git describe | awk -F- '{print $1}'
cc = meson.get_compiler('c')