Skip to content

Commit

Permalink
Bump minimum supported Zsh to v4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed Nov 20, 2013
1 parent 28e9566 commit 8993a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
------------

Prezto will work with any recent release of Zsh, but the minimum recommended
version is 4.3.10.
version is 4.3.11.

1. Launch Zsh:

Expand Down
2 changes: 1 addition & 1 deletion init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

# Check for the minimum supported version.
min_zsh_version='4.3.10'
min_zsh_version='4.3.11'
if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
print "prezto: old shell detected, minimum required: $min_zsh_version" >&2
return 1
Expand Down

0 comments on commit 8993a8d

Please sign in to comment.