Create a version file

This commit is contained in:
Gregory Oschwald 2013-05-24 13:27:37 -07:00
parent 3a382f0d26
commit 4d9957ccf5

View File

@ -29,8 +29,7 @@ fi
cp ../README.md _includes/README.md
apigen --quiet --source ../src --destination doc/$TAG
rm doc/latest
ln -s $TAG doc/latest
echo $TAG > _includes/version
git add doc/
git commit -m "Updated for $TAG"