about summary refs log blame commit diff stats
path: root/contrib/_incr_version
blob: dfd22db58a2b002f431ecff946550209e4f7356f (plain) (tree)
1
2
3
4



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