1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

release 0.1.2

This commit is contained in:
Yamashita Yuu
2012-10-23 15:24:41 +09:00
parent ffa2505450
commit b520475b22
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PYTHON_BUILD_VERSION="20120815"
PYTHON_BUILD_VERSION="20121023"
set -E
exec 3<&2 # preserve original stderr at fd 3