1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2002-12-08 21:26:46 +00:00
parent 63bcee8cc9
commit a8b0fe55ae

View file

@ -47,12 +47,12 @@ Guile was configured, built and installed on your system.
@deffnx {C Function} scm_major_version () @deffnx {C Function} scm_major_version ()
@deffnx {C Function} scm_minor_version () @deffnx {C Function} scm_minor_version ()
@deffnx {C Function} scm_micro_version () @deffnx {C Function} scm_micro_version ()
Return a string describing Guile's version number, or its major, minor Return a string describing Guile's full version number, effective
or micro version number, respectively. The @code{effective-version} version number, major, minor or micro version number, respectively.
function returns the version name that should remain unchanged during The @code{effective-version} function returns the version name that
a stable series. Currently that means that it omits the micro should remain unchanged during a stable series. Currently that means
version. It should be used for things like the versioned share that it omits the micro version. It should be used for things like
directory name i.e. @file{/usr/share/guile/1.6/} the versioned share directory name i.e. @file{/usr/share/guile/1.6/}
@lisp @lisp
(version) @result{} "1.6.0" (version) @result{} "1.6.0"