aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/_incr_version
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/_incr_version')
-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 @@
1#!/bin/sh -eu 1#!/bin/sh -eu
2old_version="$1"
3new_version="$2" 2new_version="$2"
4sed -i meson.build -e "s/version: '$old_version'/version: '$new_version'/g" 3sed -i meson.build -e "s/^\tversion: '.*'/\tversion: '$new_version'/"
5git add meson.build 4git add meson.build
6git commit -m "Update version to $new_version" 5git commit -m "Update version to $new_version"