fix propagation of circular referencing D records
[spider.git] / perl / Version.pm
index 7f7313d82a8a69661c3c387950a0d3e4ff36c177..3e165a52de27eae7c38fef0579194d3b9663fabb 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '68';
+$build = '182';
 
 1;