diff options
Diffstat (limited to 'doc/ref/libguile-parallel.texi')
-rw-r--r-- | doc/ref/libguile-parallel.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/libguile-parallel.texi b/doc/ref/libguile-parallel.texi index 166766edf..75fcd88ba 100644 --- a/doc/ref/libguile-parallel.texi +++ b/doc/ref/libguile-parallel.texi @@ -27,7 +27,7 @@ need to know which version of Guile to ask for, when they build against Guile. Guile solves this problem by installing a file to be read by the @code{pkg-config} utility, a tool to query installed packages by name. Guile encodes the version into its pkg-config name, so that users can -ask for @code{guile-2.0} or @code{guile-2.2}, as appropriate. +ask for @code{guile-2.2} or @code{guile-3.0}, as appropriate. For effective version @value{EFFECTIVE-VERSION}, for example, you would invoke @code{pkg-config --cflags --libs guile-@value{EFFECTIVE-VERSION}} |