diff --git a/INSTALL.md b/INSTALL.md index 37210ca..09458c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ You will note in particular: We need a recent enough [SBCL](http://sbcl.org/) version and that means backporting the one found in `sid` rather than using the very old one found in current *stable* debian release. See `bootstrap-debian.sh` for details -about how to backport a recent enough SBCL here (1.1.14 or newer). +about how to backport a recent enough SBCL here (1.2.5 or newer). ### Mac OS X diff --git a/README.md b/README.md index c8f68f3..71d2e43 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You can also use a **docker** image for pgloader at ## Build from sources pgloader is now a Common Lisp program, tested using the -[SBCL](http://sbcl.org/) (>= 1.1.14) and +[SBCL](http://sbcl.org/) (>= 1.2.5) and [Clozure CL](http://ccl.clozure.com/) implementations with [Quicklisp](http://www.quicklisp.org/beta/).