fix longstanding possibility of a crash on new user.
[spider.git] / perl / Version.pm
index e13cfe2826d5c5b40956ce6a1127918d2d844b63..6acfa98fb5c387de496a190b64c664b3751e6108 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '90';
+$build = '91';
 
 1;