From 5088ca48397d10dbe0db40cf300c2b2d2df0814a Mon Sep 17 00:00:00 2001
From: Chauncey Garrett <vrtcl1dvoshun+github@gmail.com>
Date: Fri, 29 Aug 2014 12:09:15 -0500
Subject: [PATCH] Bump minimum supported Zsh to v4.3.11

zsh-syntax-highlighting requires this version.

Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
---
 README.md | 2 +-
 init.zsh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 24445cb..c41b30a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Installation
 ------------
 
 Prezto will work with any recent release of Zsh, but the minimum recommended
-version is 4.3.11.
+version is 4.3.17.
 
   1. Launch Zsh:
 
diff --git a/init.zsh b/init.zsh
index 75adfe5..a406c55 100644
--- a/init.zsh
+++ b/init.zsh
@@ -10,7 +10,7 @@
 #
 
 # Check for the minimum supported version.
-min_zsh_version='4.3.11'
+min_zsh_version='4.3.17'
 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