X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2FMakefile.PL.in;fp=perl%2FMakefile.PL.in;h=410e076bcd615777ed593279f4382ae8b4e854cb;hp=d18aba6358ce32427847c39b31f34dc9d3bd0a38;hb=72324580801f2c0e2b702b430b90eb141618c7f4;hpb=b7046fecee400396a35d9cd33d1726d27373c5a2 diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index d18aba6..410e076 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -1,5 +1,5 @@ # libguestfs Perl bindings -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ WriteMakefile ( FIRST_MAKEFILE => 'Makefile-pl', NAME => 'Sys::Guestfs', - VERSION => '@PACKAGE_VERSION@', + VERSION => '0.@MAX_PROC_NR@', LIBS => '-L@top_builddir@/src/.libs -lguestfs', INC => '-I@top_builddir@/src -I@top_srcdir@/src',