From 5a264d167e85afeb9bc04008d340767014e3f4a0 Mon Sep 17 00:00:00 2001
From: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Date: Mon, 4 Jun 2012 13:01:34 +0000
Subject: [PATCH] Bump version

git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@442 cf695345-040a-0410-a956-b889e835fe2e
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 75fbb52..8e8e3c5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ WriteMakefile(
     NAME              => 'altree',
     PMLIBDIRS         => [ 'ALTree' ],
     DIR               => [ 'CUtils' ],
-    VERSION	      => '1.2',
+    VERSION	      => '1.2.1',
     LICENSE           => 'perl',
     PREREQ_PM         => {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-- 
GitLab