X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=87cfd674cf0e85ca8fcc7efd40eebd4632bf08b1;hb=7c7080ad7019d6e23a8ad401256122e81fa03a5a;hp=8816fa97cb375e59bd9b9dfc3fe99886ffa22b94;hpb=99e970eab7e843c6810039bc85f462b270534a62;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 8816fa97..42f6c129 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 = '71'; +$build = '63'; 1;