fix unwanted dupe notifications on looped PC12
[spider.git] / perl / Version.pm
index 9b594c33d2a957920961d3e176a164d2d74b4c7b..5c6d1a29ff785bda9102ce4a44058f33c9858fc5 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '97';
+$build = '101';
 
 1;