From 759051fdbf8b3370705e05dac2e2d7525d882e4c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Dec 2007 19:42:57 +0000 Subject: *** empty log message *** --- ev.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ev.html') diff --git a/ev.html b/ev.html index e1af75a..f63538f 100644 --- a/ev.html +++ b/ev.html @@ -6,7 +6,7 @@ - + @@ -187,13 +187,13 @@ you actually want to know.

int ev_version_major ()
int ev_version_minor ()
-

You can find out the major and minor API/ABI version numbers of the library +

You can find out the major and minor ABI version numbers of the library you linked against by calling the functions ev_version_major and ev_version_minor. If you want, you can compare against the global symbols EV_VERSION_MAJOR and EV_VERSION_MINOR, which specify the version of the library your program was compiled against.

-

These version numbers refer to the API and ABI version of the library, not -the release version.

+

These version numbers refer to the ABI version of the library, not the +release version.

Usually, it's a good idea to terminate if the major versions mismatch, as this indicates an incompatible change. Minor versions are usually compatible to older versions, so a larger minor version alone is usually -- cgit v1.2.3