diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-06 03:33:41 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-06 03:33:41 +0100 |
commit | 4077b87e8654313ea3005e7358d7ad52e0668342 (patch) | |
tree | 95ba5de2668c6edd0693748823bfda3c7ce653b5 | |
parent | 8a0e5f1bb49ed6a8188604aaf847e804fa0e8ccf (diff) | |
download | geiser-guile-4077b87e8654313ea3005e7358d7ad52e0668342.tar.gz geiser-guile-4077b87e8654313ea3005e7358d7ad52e0668342.tar.bz2 |
Mentioning Guile 2.0 instead of its git version
-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 |