From: Alex Gough Date: Fri, 19 Aug 2011 07:52:51 +0000 (+1200) Subject: bump version X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8256268e4fa7300f09381e44fe7f54fbb410431c;p=libparallel-mpi-simple-perl.git bump version --- 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;