1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

Changed versioning scheme; 0.4.0-20140602 -> 20140602

This commit is contained in:
Yamashita Yuu
2014-06-04 13:39:50 +09:00
parent a01a08c551
commit 6efe6dafe7
3 changed files with 6 additions and 6 deletions

View File

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