1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

v20140825

This commit is contained in:
Yamashita Yuu
2014-08-25 10:21:26 +09:00
parent 474767618d
commit 6509d318f4
3 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20140705"
version="20140825"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"