Made the makerel script commit a tag and updates to the files which track

the major and minor revision numbers.
This commit is contained in:
Davis King 2011-05-15 18:45:57 -04:00
parent 25c7a65659
commit 627afb8112

View File

@ -85,3 +85,9 @@ mv $SOURCE_TAR.bz2 v$RELEASE
mv $SOURCE_ZIP v$RELEASE
echo Create Mercurial tags and commit release
cd ..
hg tag v$RELEASE
hg commit -m "Created release v$RELEASE"