X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=78372f276eb61d119b9944ce1958a2bcc2ed8553;hb=94e76dad0019a02d1bcea6a3d3396b1db046b8c3;hp=6e0c1a35093d28a0ade5fe042cfd42a948069a65;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 6e0c1a35..78372f27 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -1,10 +1,15 @@ # +# Version information for DXSpider # +# DO NOT ALTER THIS FILE. It is generated automatically +# and will be overwritten +# + package main; use vars qw($version $build); -$version = "1.53"; -$build = 466; +$version = '1.54'; +$build = '36'; 1;