From 3a67338741d4bde7db5ac6ab7f57795d836c899a Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 14 Apr 2005 17:18:30 +0000 Subject: [PATCH] bump version to 0.3 --- META.yml | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META.yml b/META.yml index 904582b..f876068 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: graph-includes -version: 0.2 +version: 0.3 version_from: installdirs: site requires: diff --git a/Makefile.PL b/Makefile.PL index 8c53b86..f90f1b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'graph-includes', # Name of package - VERSION => '0.2', + VERSION => '0.3', ABSTRACT=> 'a tool to graph include-based dependencies of source files', AUTHOR => 'Yann Dirson ', -- 2.11.4.GIT