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 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')