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