X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=dccc51283ceefb8951b84556ca5dc889d46876f9;hb=b7566602f29a7d2d9e2d9bb3e0e85ea6fd75af6a;hp=1462fb8642c03658518a3e5a8e951a79fc7aa6d4;hpb=09cf2338daaf67c2844b5d0894b78636c9ab6102;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 1462fb86..de7b071b 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 = '211'; +$version = '1.57'; +$build = '43'; +$gitversion = '1d33367'; 1;