X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=4bb4e0c9665384de722560ddaefd2f33eefb22c1;hb=5a6b7405140f17a0bc6cf5e7bb3d85a02f1eae88;hp=ccc0cfba064f338694054fe7b6f397d9a3089565;hpb=d0f2467d7b0c5f2c9f213f730d61263d43b73ec5;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index ccc0cfba..4bb4e0c9 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -9,7 +9,7 @@ package main; use vars qw($version $build); -$version = '1.53'; -$build = '7'; +$version = '1.54'; +$build = '40'; 1;