Fix the hash of the last SVN revision

This commit is contained in:
Thomas Goyne 2012-08-26 19:19:44 -07:00
parent 9f8e25ed0a
commit 4d15df51f5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if ! test -d "${srcdir}/.git"; then
fi
last_svn_revision=6962
last_svn_hash="2289c084f28d9923989e1b58b81332347130ea78"
last_svn_hash="16cd907fe7482cb54a7374cd28b8501f138116be"
git_revision=$(expr $last_svn_revision + $(git log --pretty=oneline $last_svn_hash..HEAD 2>/dev/null | wc -l))
git_version_str=$(git describe --exact-match 2> /dev/null)