Add contrib/_incr_version
This commit is contained in:
parent
3ba836003a
commit
2b54b04c85
|
@ -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}"
|
Loading…
Reference in New Issue