From db59ca943edea84135a48ed4140d74b90c344ca6 Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Fri, 13 Jan 2006 12:51:30 +0000 Subject: [PATCH] modification du numero de version dans le MAKEFILE.PL git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@131 cf695345-040a-0410-a956-b889e835fe2e --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7b5d592..f894c9d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( NAME => 'altree', PMLIBDIRS => [ 'ALTree' ], DIR => [ 'CUtils' ], - VERSION => '1.0.0', + VERSION => '1.0.1', PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'altree', # retrieve abstract from module -- GitLab