X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=4d198fa05318cc77643eeb2efe4564816f8ae146;hb=c20c796d61a98118160434475d27aa390301db5e;hp=904270c6a298e30b0767638b796a80a6e2e08b50;hpb=b58ca3b5845f03a444f401ba5fdc1d054f853492;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 904270c6..77750363 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -9,8 +9,8 @@ package main; use vars qw($version $subversion $build); -$version = '1.54'; +$version = '1.55'; $subversion = '0'; -$build = '66'; +$build = '41'; 1;