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

v20151210

This commit is contained in:
Yamashita, Yuu
2015-12-10 08:27:05 +00:00
parent c4968f7a48
commit fab6a0fcd1
2 changed files with 9 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20151124"
version="20151210"
git_revision=""
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do