Add contrib/_incr_version

master
Drew DeVault 5 years ago
parent 4b29f37a66
commit 0ea5974506
  1. 4
      contrib/_incr_version

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