ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.293 by root, Wed Mar 24 18:27:13 2010 UTC vs.
Revision 1.294 by root, Thu Jun 24 19:22:26 2010 UTC

192as this indicates an incompatible change. Minor versions are usually 192as this indicates an incompatible change. Minor versions are usually
193compatible to older versions, so a larger minor version alone is usually 193compatible to older versions, so a larger minor version alone is usually
194not a problem. 194not a problem.
195 195
196Example: Make sure we haven't accidentally been linked against the wrong 196Example: Make sure we haven't accidentally been linked against the wrong
197version. 197version (note, however, that this will not detect ABI mismatches :).
198 198
199 assert (("libev version mismatch", 199 assert (("libev version mismatch",
200 ev_version_major () == EV_VERSION_MAJOR 200 ev_version_major () == EV_VERSION_MAJOR
201 && ev_version_minor () >= EV_VERSION_MINOR)); 201 && ev_version_minor () >= EV_VERSION_MINOR));
202 202

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines