From 880ea61dd8602e35e4cb221d510bd1705eab3ed3 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 31 Aug 2012 15:59:36 +0900 Subject: [PATCH] 0.1.1git --- README.md | 4 ++-- libexec/pyenv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3768b933..cc492336 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ tracker](https://github.com/yyuu/pyenv/issues). (The MIT license) -Copyright (c) 2011 Sam Stephenson -Copyright (c) 2012 Yamashita, Yuu +* Copyright (c) 2011 Sam Stephenson +* Copyright (c) 2012 Yamashita, Yuu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/libexec/pyenv b/libexec/pyenv index b619d25a..0a755ad8 100755 --- a/libexec/pyenv +++ b/libexec/pyenv @@ -60,7 +60,7 @@ shopt -u nullglob command="$1" case "$command" in "" | "-h" | "--help" ) - echo -e "pyenv 0.1.0\n$(pyenv-help)" >&2 + echo -e "pyenv 0.1.1git\n$(pyenv-help)" >&2 ;; * ) command_path="$(command -v "pyenv-$command" || true)"