Commit 13877f54 authored by Davis King's avatar Davis King

Made makerel put the tag on the right revision

parent 99a91ce6
...@@ -36,8 +36,8 @@ set_dlib_version PATCH 0 ...@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
RELEASE=${MAJOR_NUM}.${MINOR_NUM} RELEASE=${MAJOR_NUM}.${MINOR_NUM}
# Commit changes to the version numbers so that the makedocs script will use them. # Commit changes to the version numbers so that the makedocs script will use them.
echo Create Mercurial tags and commit release echo Create Mercurial tags and commit release
hg tag v$RELEASE || report_failure
hg commit -m "Created release v$RELEASE" || report_failure hg commit -m "Created release v$RELEASE" || report_failure
hg tag v$RELEASE || report_failure
./makedocs makerel || exit 1 ./makedocs makerel || exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment