diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/install.texi | 6 | ||||
-rw-r--r-- | doc/macros.texi | 2 |
3 files changed, 4 insertions, 6 deletions
@@ -28,7 +28,7 @@ Geiser needs Emacs 23.2 or better, and at least one of the supported scheme implementations: - - Guile 2.0 (not released yet: use the latest git master branch). + - Guile 2.0 or better. - PLT Racket 5.0.1 or better. * Installation diff --git a/doc/install.texi b/doc/install.texi index 05fe9c4..993cc71 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -21,10 +21,8 @@ namely: @item @uref{http://www.racket-lang.org, Racket} @value{RACKET_VERSION} or better @item -@uref{http://www.gnu.org/software/guile, Guile} @value{GUILE_VERSION}, -directly compiled from a recent checkout of -@uref{http://www.gnu.org/software/guile/repository.html, its Git -@i{master} branch}. +@uref{http://www.gnu.org/software/guile, Guile} @value{GUILE_VERSION} or +better @end itemize Since Geiser supports multiple REPLs, having both of them will just add diff --git a/doc/macros.texi b/doc/macros.texi index 5b3506b..29e6321 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,5 +1,5 @@ @set VERSION 0.1.2 -@set GUILE_VERSION 1.9.14 +@set GUILE_VERSION 2.0 @set RACKET_VERSION 5.0.1 @set EMACS_VERSION 23.2 @set DOWN_BASE http://download.savannah.nongnu.org/releases/geiser |