X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=b2641bf4eb17e85df540a8990b56cc23ab6dbf5d;hb=229eee2688f9e4a1f5489b7bfafd7c32bfc12548;hp=904270c6a298e30b0767638b796a80a6e2e08b50;hpb=b58ca3b5845f03a444f401ba5fdc1d054f853492;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 904270c6..b2641bf4 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 = '26'; 1;