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/api-options.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/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 8fa4f98a5..b09ae8952 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -60,14 +60,14 @@ The @code{effective-version} function returns the version name that should remain unchanged during a stable series. Currently that means that it omits the micro version. The effective version should be used for items like the versioned share directory name -i.e.@: @file{/usr/share/guile/2.0/} +i.e.@: @file{/usr/share/guile/2.2/} @lisp -(version) @result{} "2.0.4" -(effective-version) @result{} "2.0" +(version) @result{} "2.2.0" +(effective-version) @result{} "2.2" (major-version) @result{} "2" -(minor-version) @result{} "0" -(micro-version) @result{} "4" +(minor-version) @result{} "2" +(micro-version) @result{} "0" @end lisp @end deffn @@ -87,7 +87,7 @@ party package) are installed. On Unix-like systems this is usually @file{/usr/share/guile/@var{GUILE_EFFECTIVE_VERSION}}; @noindent -for example @file{/usr/local/share/guile/2.0}. +for example @file{/usr/local/share/guile/2.2}. @end deffn @deffn {Scheme Procedure} %site-dir |