diff options
Diffstat (limited to 'cpan/libnet/Makefile.PL')
-rw-r--r-- | cpan/libnet/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/libnet/Makefile.PL b/cpan/libnet/Makefile.PL index 1d1ad8ddec..6f904c221e 100644 --- a/cpan/libnet/Makefile.PL +++ b/cpan/libnet/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'Net', DISTNAME => 'libnet', - VERSION => '1.24', # finds $VERSION + VERSION => '1.25', # finds $VERSION AUTHOR => 'Graham Barr <gbarr@pobox.com>', ABSTRACT => 'Collection of Network protocol modules', ); |