summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/_incr_version3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/_incr_version b/contrib/_incr_version
index 7563965b..b89ecd19 100755
--- a/contrib/_incr_version
+++ b/contrib/_incr_version
@@ -1,6 +1,5 @@
#!/bin/sh -eu
-old_version="$1"
new_version="$2"
-sed -i meson.build -e "s/version: '$old_version'/version: '$new_version'/g"
+sed -i meson.build -e "s/^\tversion: '.*'/\tversion: '$new_version'/"
git add meson.build
git commit -m "Update version to $new_version"