summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2019-05-15 21:14:10 +0100
committerSami Kerola <kerolasa@iki.fi>2019-05-15 21:14:10 +0100
commit37facc7e70139bf5e05448b4412ac71ab3333f62 (patch)
tree168bf52b202afa4a2dc94b5c2b5c168089b87e7c
parentb7fce90ad5e8f9eb6bcb85a21fd7b7cb871dfc3f (diff)
downloadiputils-s20190515.tar.gz
release: iputils-s20190515s20190515
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 57b485b..8af9e18 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('iputils', 'c',
'c_std=c99',
'warning_level=3',
],
- version : 's20190324') # keep in sync with: git describe | awk -F- '{print $1}'
+ version : 's20190515') # keep in sync with: git describe | awk -F- '{print $1}'
cc = meson.get_compiler('c')