X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=5b4df4f54087b45d0802e59b15a0fd3332fc8388;hb=b2aa9a9839fa2d15c203cc55a1ab7930dc08f67f;hp=214f167de5ec8e303c33b244ab46aa93daadd250;hpb=47383bebd8106d9d38db00eac42a05a233aa609e;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 214f167d..5b4df4f5 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,10 +7,11 @@ package main; -use vars qw($version $subversion $build); +use vars qw($version $subversion $build $gitversion); $version = '1.55'; $subversion = '0'; -$build = '52'; +$build = '111'; +$gitversion = '427bd01'; 1;