[libvirt] LIBVIR_VERSION_NUMBER ?

Jun Koi junkoi2004 at gmail.com
Wed Aug 27 07:58:25 UTC 2008


Hi,

According to libvirt.h:

/**
 * LIBVIR_VERSION_NUMBER:
 *
 * Macro providing the version of the library as
 * version * 1,000,000 + minor * 1000 + micro
 */
#define LIBVIR_VERSION_NUMBER 4004

The comment is incorrect, as 4004 is not how it is supposed to be.

So we should fix either the comment (better?), or the version.

Thanks,
Jun




More information about the libvir-list mailing list