X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=780570fe1dc0c437d2f0f2bfc77e3bfed2cf7392;hb=a0da21e1af6a9e4c7e582ed6fc3f5c93fea5b0c3;hp=bb95399f30441350ffa5c74d99654e641b856027;hpb=1aac4bfce7659fc802741267238f7cc008a97ca7;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index bb95399f..2426fd7c 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 = '157'; +$build = '62'; 1;