Lindenii Project Forge
Login

scdoc

scdoc mirror for performance testing
Commit info
ID
0ea597450649d8e721310036d540807dffd38411
Author
Drew DeVault <sir@cmpwn.com>
Author date
Wed, 11 Sep 2019 15:12:10 -0400
Committer
Drew DeVault <sir@cmpwn.com>
Committer date
Wed, 11 Sep 2019 15:15:20 -0400
Actions
Add contrib/_incr_version
#!/bin/sh -eux
sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/"
git add Makefile
git commit -m "Update version to ${2}"