1.1.0 release

Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
Alex Elder
2011-10-14 08:42:00 -05:00
parent 8baf6c07bd
commit 73a57c642c
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -18,8 +18,6 @@ git commit -s -a -m "${version} release"
echo "Tagging git repository"
git tag -s -a -m "${version} release" v${version}
echo "Creating source tarball"
make dist
echo "Done. Please remember to push out tags using \"git push --tags\""
echo "If you wish to create a source tarball, run \"make dist\""
echo "Done."
echo "Please remember to push out tags using \"git push --tags\""