diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:57:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:57:42 +0100 |
commit | f88e9510f06da3e304aa104df89a7d3f261e6034 (patch) | |
tree | 8647f22868d7fa8d4963d02039af88493ebcdc38 /doc/ref/libguile-parallel.texi | |
parent | c0d928dc2b50f8761b6c782e4dd34a6388d167fe (diff) | |
download | guile-f88e9510f06da3e304aa104df89a7d3f261e6034.tar.gz |
Use version 2.2 in manual examples
* doc/ref/api-evaluation.texi (Load Paths):
* doc/ref/api-options.texi (Build Config):
* doc/ref/guile-invoke.texi (Environment Variables):
* doc/ref/libguile-parallel.texi (Parallel Installations): Use 2.2 in
examples, rather than 2.0.
Diffstat (limited to 'doc/ref/libguile-parallel.texi')
-rw-r--r-- | doc/ref/libguile-parallel.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/libguile-parallel.texi b/doc/ref/libguile-parallel.texi index 37a713929..a0e1ea978 100644 --- a/doc/ref/libguile-parallel.texi +++ b/doc/ref/libguile-parallel.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -11,10 +11,10 @@ @cindex effective version Guile provides strong API and ABI stability guarantees during stable -series, so that if a user writes a program against Guile version 2.0.3, -it will be compatible with some future version 2.0.7. We say in this -case that 2.0 is the @dfn{effective version}, composed of the major and -minor versions, in this case 2 and 0. +series, so that if a user writes a program against Guile version 2.2.3, +it will be compatible with some future version 2.2.7. We say in this +case that 2.2 is the @dfn{effective version}, composed of the major and +minor versions, in this case 2 and 2. Users may install multiple effective versions of Guile, with each version's headers, libraries, and Scheme files under their own |