Browse Source

rbenv 0.2.0

pull/360/head^2
Sam Stephenson 13 years ago
parent
commit
2cd12e3fa6
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      doc/README.mdtoc
  3. +1
    -1
      libexec/rbenv

+ 1
- 1
README.md View File

@ -314,7 +314,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
### <a name="section_4.1"></a> 4.1 Version History
**HEAD**
**0.2.0** (September 28, 2011)
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
to `rbenv local`. The `set-` commands are deprecated and will be

+ 1
- 1
doc/README.mdtoc View File

@ -295,7 +295,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
### Version History ###
**HEAD**
**0.2.0** (September 28, 2011)
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
to `rbenv local`. The `set-` commands are deprecated and will be

+ 1
- 1
libexec/rbenv View File

@ -53,7 +53,7 @@ shopt -u nullglob
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.2.0-pre\n$(rbenv-help)" >&2
echo -e "rbenv 0.2.0\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"

Loading…
Cancel
Save