Made makerel put the tag on the right revision

This commit is contained in:
Davis King 2015-09-29 22:36:46 -04:00
parent 99a91ce680
commit 13877f5456

View File

@ -36,8 +36,8 @@ set_dlib_version PATCH 0
RELEASE=${MAJOR_NUM}.${MINOR_NUM}
# Commit changes to the version numbers so that the makedocs script will use them.
echo Create Mercurial tags and commit release
hg tag v$RELEASE || report_failure
hg commit -m "Created release v$RELEASE" || report_failure
hg tag v$RELEASE || report_failure
./makedocs makerel || exit 1