X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FVersion.pm;h=7f7313d82a8a69661c3c387950a0d3e4ff36c177;hb=916f0deef0e085647471d5959a55c2ddb815a044;hp=78372f276eb61d119b9944ce1958a2bcc2ed8553;hpb=94e76dad0019a02d1bcea6a3d3396b1db046b8c3;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 78372f27..7f7313d8 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,9 +7,10 @@ package main; -use vars qw($version $build); +use vars qw($version $subversion $build); $version = '1.54'; -$build = '36'; +$subversion = '0'; +$build = '68'; 1;