Add version numbers to Perl modules (RHBZ#521674).
authorRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 14:01:45 +0000 (15:01 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 17:13:01 +0000 (18:13 +0100)
commit72324580801f2c0e2b702b430b90eb141618c7f4
treecfa6dc5bc1b64baa4ae2fd0f56853e4d03e646d9
parentb7046fecee400396a35d9cd33d1726d27373c5a2
Add version numbers to Perl modules (RHBZ#521674).

Sys::Guestfs now contains a version number which reflects the
ABI that we are compiled against, ie. '0.<MAX_PROC_NR>'.  This has
the beneficial side effect of causing an error if the user tries
to mix versions of the Perl module and the XS code.

Sys::Guestfs::Lib now contains a synthetic version number which
will reflect future changes in that module.
perl/Makefile.PL.in
perl/lib/Sys/Guestfs/Lib.pm
src/generator.ml