diff options
author | root <root> | 2007-12-09 19:47:29 +0000 |
---|---|---|
committer | root <root> | 2007-12-09 19:47:29 +0000 |
commit | 7c3494003f656e9809ed0729b2d408f68b4b610d (patch) | |
tree | 8bf18cbbb221cc1866dd45add96bd0bfda4a643c | |
parent | 759051fdbf8b3370705e05dac2e2d7525d882e4c (diff) |
*** empty log message ***
-rw-r--r-- | ev.3 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -261,14 +261,14 @@ you actually want to know. .IP "int ev_version_minor ()" 4 .IX Item "int ev_version_minor ()" .PD -You can find out the major and minor \s-1API/ABI\s0 version numbers of the library +You can find out the major and minor \s-1ABI\s0 version numbers of the library you linked against by calling the functions \f(CW\*(C`ev_version_major\*(C'\fR and \&\f(CW\*(C`ev_version_minor\*(C'\fR. If you want, you can compare against the global symbols \f(CW\*(C`EV_VERSION_MAJOR\*(C'\fR and \f(CW\*(C`EV_VERSION_MINOR\*(C'\fR, which specify the version of the library your program was compiled against. .Sp -These version numbers refer to the \s-1API\s0 and \s-1ABI\s0 version of the library, not -the release version. +These version numbers refer to the \s-1ABI\s0 version of the library, not the +release version. .Sp Usually, it's a good idea to terminate if the major versions mismatch, as this indicates an incompatible change. Minor versions are usually |