From 8256268e4fa7300f09381e44fe7f54fbb410431c Mon Sep 17 00:00:00 2001 From: Alex Gough Date: Fri, 19 Aug 2011 19:52:51 +1200 Subject: [PATCH] bump version --- Simple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simple.pm b/Simple.pm index 9e9b132..6c07fb0 100644 --- a/Simple.pm +++ b/Simple.pm @@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION); use Storable qw(nfreeze thaw); @ISA = qw(DynaLoader); -$VERSION = '0.05'; +$VERSION = '0.10'; bootstrap Parallel::MPI::Simple; -- 2.39.5