X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=aecacaaad664a4e7479c2c2d9ef3722d29a2f103;hb=a76624e4742348ed0f39c7c3f732cdec8462da9e;hp=717242689c65000faf91af4c08b5b4f292f02729;hpb=ef4dc061c3a0168c0037305354f62420aeb457aa;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 71724268..22163789 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,10 +7,10 @@ package main; -use vars qw($version $subversion $build); +use vars qw($version $build $gitversion); -$version = '1.54'; -$subversion = '0'; -$build = '92'; +$version = '1.57'; +$build = '29'; +$gitversion = '761aaa7'; 1;