comparison src/Intro.v @ 487:8bfb27cf0121

Add explicit warning that Coq 8.4 or later is required
author Adam Chlipala <adam@chlipala.net>
date Mon, 07 Jan 2013 15:23:16 -0500
parents 6769ef9688f2
children a95af5a59990
comparison
equal deleted inserted replaced
486:f2286f6512f8 487:8bfb27cf0121
185 *) 185 *)
186 186
187 (** ** Installation and Emacs Set-Up *) 187 (** ** Installation and Emacs Set-Up *)
188 188
189 (** 189 (**
190 At the start of the next chapter, I assume that you have installed Coq and Proof General. The code in this book is tested with Coq version 8.4, though parts may work with other versions. 190 At the start of the next chapter, I assume that you have installed Coq and Proof General. The code in this book is tested with Coq versions 8.4 and 8.4pl1. Though parts may work with other versions, it is expected that the book source will fail to build with _earlier_ versions.
191 191
192 %\index{Proof General|(}%To set up your Proof General environment to process the source to this chapter, a few simple steps are required. 192 %\index{Proof General|(}%To set up your Proof General environment to process the source to this chapter, a few simple steps are required.
193 193
194 %\begin{enumerate}%#<ol># 194 %\begin{enumerate}%#<ol>#
195 195