X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=dac731e1599087dc98b435c00f0563b8006a54dc;hb=6ac264a972df84ae5c0eb38ba76c68d148f36349;hp=ccc0cfba064f338694054fe7b6f397d9a3089565;hpb=d0f2467d7b0c5f2c9f213f730d61263d43b73ec5;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index ccc0cfba..dac731e1 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -10,6 +10,6 @@ package main; use vars qw($version $build); $version = '1.53'; -$build = '7'; +$build = '16'; 1;