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