Add contrib/_incr_version

This commit is contained in:
Drew DeVault 2020-05-19 12:12:18 -04:00
parent 3ba836003a
commit 2b54b04c85
1 changed files with 4 additions and 0 deletions

4
contrib/_incr_version Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -eu
sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/"
git add Makefile
git commit -m "Update version to ${2}"