[libvirt] LIBVIR_VERSION_NUMBER ?

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

Hi, Jun Current libvirt version is 0.4.4 So version(0) * 1,000,000 + minor(4) * 1,000 + micro(4) = 4004 Thanks Atsushi SAKAI "Jun Koi" <junkoi2004@gmail.com> wrote:
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
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

On Wed, Aug 27, 2008 at 5:04 PM, Atsushi SAKAI <sakaia@jp.fujitsu.com> wrote:
Hi, Jun
Current libvirt version is 0.4.4 So version(0) * 1,000,000 + minor(4) * 1,000 + micro(4) = 4004
Ah, you are right. My mistake! Thanks, J
"Jun Koi" <junkoi2004@gmail.com> wrote:
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
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
participants (2)
-
Atsushi SAKAI
-
Jun Koi