fix IPV4 handling on non-IPV6 capable hosts
[spider.git] / perl / Version.pm
index 991728290321e1646d414e9ae365c75eb9c4a581..cdb3ad9980659d1c8c9db32c98bf5919084fd748 100644 (file)
@@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion);
 
 $version = '1.55';
 $subversion = '0';
-$build = '85';
-$gitversion = 'a44669d';
+$build = '89';
+$gitversion = 'a8cf544';
 
 1;