From 570146fd77ab6764986bedce7b035471f8592d8d Mon Sep 17 00:00:00 2001 From: Fice T Date: Sat, 11 Jun 2016 18:18:10 -0600 Subject: Lower minimum MIT Scheme version --- README | 6 ++++-- doc/macros.texi | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index e81ca46..ad956dc 100644 --- a/README +++ b/README @@ -33,11 +33,13 @@ - Guile 2.0 or better. - PLT Racket 6.0 or better. - Chicken 4.8.0 or better. - - MIT/GNU Scheme 9.2 or better + - MIT/GNU Scheme 9.1.1 or better. + - Chibi 0.7.3 or better. + - Chez 9.4 or better. * Installation - The easiest way is to use ELPA/Marmalade, and just type + The easiest way is to use MELPA, and just type `M-x install-package RET geiser` inside emacs. Geiser can be used either directly from its uninstalled source tree diff --git a/doc/macros.texi b/doc/macros.texi index 309a224..ebd1127 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -4,7 +4,7 @@ @set GUILE_VERSION 2.0.9 @set RACKET_VERSION 6.0 @set CHICKEN_VERSION 4.8.0 -@set MIT_VERSION 9.2.1 +@set MIT_VERSION 9.1.1 @set CHIBI_VERSION 0.7.3 @set CHEZ_VERSION 9.4 @set EMACS_VERSION 23.2 -- cgit v1.2.3